alliance moons spreadsheet conversion to services

This commit is contained in:
2020-01-31 00:09:04 -06:00
parent a52d0453bb
commit 606348f5db

View File

@@ -30,6 +30,7 @@ class CreateAllianceMoonsTable extends Migration
$table->integer('ThirdQuantity')->default('0'); $table->integer('ThirdQuantity')->default('0');
$table->string('FourthOre')->default('None'); $table->string('FourthOre')->default('None');
$table->integer('FourthQuantity')->default('0'); $table->integer('FourthQuantity')->default('0');
$table->string('Moon_Type');
}); });
} }
} }