some acars/tables fixes

This commit is contained in:
Nabeel Shahzad
2017-12-25 18:10:24 -06:00
parent 3bd97b4d37
commit f29a9cfdc5
6 changed files with 43 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ class CreateAcarsTables extends Migration
$table->unsignedInteger('transponder')->nullable();
$table->string('autopilot')->nullable();
$table->decimal('fuel_flow')->nullable();
$table->dateTimeTz('sim_time')->nullable();
$table->string('sim_time')->nullable();
$table->timestamps();