database migrations
This commit is contained in:
@@ -28,7 +28,7 @@ class CreateJumpBridgeFuelLevelsTables extends Migration
|
|||||||
$table->unsignedBigInteger('type_id');
|
$table->unsignedBigInteger('type_id');
|
||||||
$table->unsignedBigInteger('corporation_id');
|
$table->unsignedBigInteger('corporation_id');
|
||||||
$table->boolean('services');
|
$table->boolean('services');
|
||||||
$table->enum('state'. [
|
$table->enum('state', [
|
||||||
'anchor_vulnerable',
|
'anchor_vulnerable',
|
||||||
'anchoring',
|
'anchoring',
|
||||||
'armor_reinforce',
|
'armor_reinforce',
|
||||||
|
|||||||
Reference in New Issue
Block a user