database migrations for structures and assets
This commit is contained in:
@@ -13,8 +13,8 @@ class CorporationAssetsTable extends Migration
|
|||||||
*/
|
*/
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
if(!Schema::hasTable('corporation_structures')) {
|
if(!Schema::hasTable('alliance_structures')) {
|
||||||
Schema::create('corporation_structures', function(Blueprint $table) {
|
Schema::create('alliance_structures', function(Blueprint $table) {
|
||||||
$table->increments('id');
|
$table->increments('id');
|
||||||
$table->string('structure_id');
|
$table->string('structure_id');
|
||||||
$table->string('structure_name');
|
$table->string('structure_name');
|
||||||
|
|||||||
Reference in New Issue
Block a user