Cleanup some PIREP fields
This commit is contained in:
@@ -45,7 +45,6 @@ class CreatePirepTables extends Migration
|
||||
$table->tinyInteger('status')->default(PirepStatus::SCHEDULED);
|
||||
$table->longText('raw_data')->nullable();
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
|
||||
$table->primary('id');
|
||||
$table->index('user_id');
|
||||
|
||||
Reference in New Issue
Block a user