This commit is contained in:
2019-12-01 02:59:18 -06:00
parent d16e028276
commit 790fc6a042

View File

@@ -27,7 +27,7 @@ class NewLookupTables extends Migration
$table->string('name');
$table->unsignedInteger('race_id');
$table->float('security_status');
$table->string('title');
$table->string('title')->nullable();
});
}