migration issue

This commit is contained in:
2021-02-15 18:58:58 +09:00
parent f447bd6666
commit bb90a2ccc2

View File

@@ -34,7 +34,7 @@ class CreateAllianceJournalTable extends Migration
'planet_id', 'planet_id',
'system_id', 'system_id',
'type_id', 'type_id',
]); ])->nullable();
$table->dateTime('date')->nullable(); $table->dateTime('date')->nullable();
$table->string('description')->nullable(); $table->string('description')->nullable();
$table->unsignedBigInteger('first_party_id')->nulalble(); $table->unsignedBigInteger('first_party_id')->nulalble();