unique('url'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('homes', static function (Blueprint $table) { $table->dropUnique(['url']); }); } }