diff --git a/database/migrations/2026_03_10_025710_create_lookup_tables.php b/database/migrations/2026_03_10_025710_create_lookup_tables.php index 0759f26..3f7f82d 100644 --- a/database/migrations/2026_03_10_025710_create_lookup_tables.php +++ b/database/migrations/2026_03_10_025710_create_lookup_tables.php @@ -124,7 +124,7 @@ return new class extends Migration $table->id(); $table->string('name'); $table->unsignedBigInteger('solar_system_id'); - }) + }); } }