remove field block_time

This commit is contained in:
Nabeel Shahzad
2018-05-08 21:26:57 -05:00
parent bd7bd7e802
commit 7d2d932f50

View File

@@ -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();