diff --git a/database/migrations/2020_05_07_033014_create_rental_moon_ledger_tables.php b/database/migrations/2020_05_07_033014_create_rental_moon_ledger_tables.php index cfbd5acfb..fe0b6c540 100644 --- a/database/migrations/2020_05_07_033014_create_rental_moon_ledger_tables.php +++ b/database/migrations/2020_05_07_033014_create_rental_moon_ledger_tables.php @@ -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(); });