wormholes

This commit is contained in:
2019-09-08 04:58:39 -05:00
parent 8a8b5cef7a
commit 94041e307d

View File

@@ -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',