From 7d2d932f508dc3981b89355f3a25cf7ee0a9289b Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 8 May 2018 21:26:57 -0500 Subject: [PATCH] remove field block_time --- .../migrations/2017_06_28_195426_create_pirep_tables.php | 1 - 1 file changed, 1 deletion(-) 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();