testing
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user