wormhole database migration

This commit is contained in:
2019-09-08 04:55:05 -05:00
parent c25850ec3a
commit 8a8b5cef7a

View File

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