diff --git a/app/Database/migrations/2017_06_28_195426_create_pirep_tables.php b/app/Database/migrations/2017_06_28_195426_create_pirep_tables.php index 3cbaa259..66ad7b02 100644 --- a/app/Database/migrations/2017_06_28_195426_create_pirep_tables.php +++ b/app/Database/migrations/2017_06_28_195426_create_pirep_tables.php @@ -29,7 +29,6 @@ class CreatePirepTables extends Migration $table->unsignedInteger('level')->nullable(); $table->unsignedDecimal('distance')->nullable(); $table->unsignedDecimal('planned_distance')->nullable(); - $table->unsignedInteger('block_time')->nullable(); $table->unsignedInteger('flight_time')->nullable(); $table->unsignedInteger('planned_flight_time')->nullable(); $table->unsignedDecimal('zfw')->nullable();