migration update

This commit is contained in:
2020-05-27 03:46:40 -05:00
parent 5874e88ee0
commit e6c6baeb8f

View File

@@ -74,7 +74,7 @@ class CreateRentalMoonLedgerTables extends Migration
$table->string('ore');
$table->unsignedBigInteger('quantity');
$table->unsignedBigInteger('recorded_corporation_id');
$table->string('record_corporation_name')->nullable();
$table->string('recorded_corporation_name')->nullable();
$table->dateTime('last_updated');
$table->timestamps();
});