Add AcarsType column and enum; save flight updates as FLIGHT_PATH #102
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateAcarsTables extends Migration
|
||||
Schema::create('acars', function (Blueprint $table) {
|
||||
$table->string('id', 12);
|
||||
$table->string('pirep_id', 12);
|
||||
$table->unsignedTinyInteger('type');
|
||||
$table->string('log')->nullable();
|
||||
$table->float('lat', 7, 4)->default(0.0);
|
||||
$table->float('lon', 7, 4)->default(0.0);
|
||||
|
||||
Reference in New Issue
Block a user