removed index on missing column
This commit is contained in:
@@ -18,7 +18,6 @@ class CreateAircraftsTable extends Migration
|
|||||||
$table->boolean('active')->default(true);
|
$table->boolean('active')->default(true);
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
|
|
||||||
$table->index('icao');
|
|
||||||
$table->unique('registration');
|
$table->unique('registration');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user