This commit is contained in:
2026-03-15 18:20:12 -05:00
parent 7b058c7e57
commit def4cea3a7
@@ -124,7 +124,7 @@ return new class extends Migration
$table->id();
$table->string('name');
$table->unsignedBigInteger('solar_system_id');
})
});
}
}