testing
This commit is contained in:
@@ -41,8 +41,8 @@ class CorporationAssetsTable extends Migration
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!Schema::hasTable('structure_services')) {
|
if(!Schema::hasTable('alliance_services')) {
|
||||||
Schema::create('structure_services', function(Blueprint $table) {
|
Schema::create('alliance_services', function(Blueprint $table) {
|
||||||
$table->increments('id');
|
$table->increments('id');
|
||||||
$table->string('structure_id');
|
$table->string('structure_id');
|
||||||
$table->string('name');
|
$table->string('name');
|
||||||
@@ -76,7 +76,7 @@ class CorporationAssetsTable extends Migration
|
|||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::dropIfExists('alliance_structures');
|
Schema::dropIfExists('alliance_structures');
|
||||||
Schema::dropIfExists('structure_services');
|
Schema::dropIfExists('alliance_services');
|
||||||
Schema::dropIfExists('alliance_assets');
|
Schema::dropIfExists('alliance_assets');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user