wormhole database migration

This commit is contained in:
2019-09-08 04:53:18 -05:00
parent 3e30c3ae92
commit 414eca717c

View File

@@ -50,9 +50,9 @@ class WormholesSpaceTable extends Migration
]);
$table->text('details')->nullable();
$table->string('link')->nullable();
$table->decimal('mass_allowed', 20, 2);
$table->decimal('individual_mass', 20, 2);
$table->decimal('regeneration', 20, 2);
$table->decimal('mass_allowed', 12, 2);
$table->decimal('individual_mass', 12, 2);
$table->decimal('regeneration', 12, 2);
$table->enum('stable_time', [
'>24 hours',
'>4 hours <24 hours',