structure stuff

This commit is contained in:
2018-11-22 00:49:15 -06:00
parent 8f0c7b3d73
commit f250a82083
6 changed files with 7 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ class CreateCorpStructure extends Migration
if(!Schema::hasTable('CorpStructures')) {
Schema::create('CorpStructures', function(Blueprint $table) {
$table->increments('id');
$table->integer('character_id');
$table->integer('corporation_id');
$table->string('corporation_name');
$table->string('region');