#21 adjust the pirep view/edit form

This commit is contained in:
Nabeel Shahzad
2017-07-13 22:09:38 -05:00
parent b531fb4d15
commit fc6253b46f
9 changed files with 185 additions and 84 deletions

View File

@@ -77,7 +77,7 @@ class CreatePirepsTable extends Migration
$table->uuid('pirep_id');
$table->string('name', 50);
$table->text('value');
$table->tinyInteger('source')->default(0);
$table->string('source')->nullable();
$table->timestamps();
$table->index('pirep_id');