Cleanup some PIREP fields

This commit is contained in:
Nabeel Shahzad
2018-01-30 11:15:07 -06:00
parent 0fbd8e5d68
commit af4c9cd973
2 changed files with 11 additions and 16 deletions

View File

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