Fix up the PIREP field CRUD code
This commit is contained in:
@@ -84,7 +84,6 @@ class CreatePirepTables extends Migration
|
||||
$table->bigIncrements('id');
|
||||
$table->string('name', 50);
|
||||
$table->boolean('required')->default(false);
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Schema::create('pirep_field_values', function (Blueprint $table) {
|
||||
|
||||
Reference in New Issue
Block a user