migration modification for alliance moons
This commit is contained in:
@@ -31,6 +31,7 @@ class CreateAllianceMoonsTable extends Migration
|
|||||||
$table->string('FourthOre')->default('None');
|
$table->string('FourthOre')->default('None');
|
||||||
$table->integer('FourthQuantity')->default('0');
|
$table->integer('FourthQuantity')->default('0');
|
||||||
$table->string('Moon_Type');
|
$table->string('Moon_Type');
|
||||||
|
$table->boolean('Available')->default(true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user