wormholes
This commit is contained in:
@@ -50,9 +50,9 @@ class WormholesSpaceTable extends Migration
|
||||
]);
|
||||
$table->text('details')->nullable();
|
||||
$table->string('link')->nullable();
|
||||
$table->unsignedInteger('mass_allowed', 12);
|
||||
$table->unsignedInteger('individual_mass', 12);
|
||||
$table->unsignedInteger('regeneration', 12);
|
||||
$table->unsignedInteger('mass_allowed');
|
||||
$table->unsignedInteger('individual_mass');
|
||||
$table->unsignedInteger('regeneration');
|
||||
$table->enum('stable_time', [
|
||||
'>24 hours',
|
||||
'>4 hours <24 hours',
|
||||
|
||||
Reference in New Issue
Block a user