Fix flight_id field type
This commit is contained in:
@@ -56,5 +56,6 @@ class CreateFlightsTable extends Migration
|
||||
public function down()
|
||||
{
|
||||
Schema::drop('flights');
|
||||
Schema::drop('flight_fields');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user