updates to add show judging
This commit is contained in:
@ -20,7 +20,7 @@ class CreateVehiclesTable extends Migration
|
||||
$table->string('model');
|
||||
$table->string('type');
|
||||
$table->boolean('doNotJudge');
|
||||
$table->integer('owner');
|
||||
$table->string('owner');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user