From 94041e307d514901d1d5754a3c97e4c2e8423db6 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 8 Sep 2019 04:58:39 -0500 Subject: [PATCH] wormholes --- .../migrations/2019_08_04_072959_wormholes_space_table.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/database/migrations/2019_08_04_072959_wormholes_space_table.php b/database/migrations/2019_08_04_072959_wormholes_space_table.php index 84bb7190f..bfd17e054 100644 --- a/database/migrations/2019_08_04_072959_wormholes_space_table.php +++ b/database/migrations/2019_08_04_072959_wormholes_space_table.php @@ -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',