This commit is contained in:
2026-03-10 22:33:30 -05:00
parent 2fd43e8cc6
commit 489cfb4f71

View File

@@ -19,10 +19,6 @@ return new class extends Migration
$table->double('position_x');
$table->double('position_y');
$table->double('position_z');
$table->enum('owned', [
'Yes',
'No',
]);
$table->string('sov_owner_id')->nullable();
$table->string('sov_owner_name')->nullable();
$table->string('system_id');
@@ -40,6 +36,7 @@ return new class extends Migration
$table->enum('owned', [
'alliance',
'corporation',
'character'
]);
$table->string('owner_id');
$table->string('owner_name');