From a538c3cf9b0b8573147769a8a11bc0064a04d264 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 6 Dec 2019 21:48:31 -0600 Subject: [PATCH] migration --- .../2019_12_05_050152_create_flex_structures_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2019_12_05_050152_create_flex_structures_table.php b/database/migrations/2019_12_05_050152_create_flex_structures_table.php index dfe5fbeb8..70bfb6b67 100644 --- a/database/migrations/2019_12_05_050152_create_flex_structures_table.php +++ b/database/migrations/2019_12_05_050152_create_flex_structures_table.php @@ -17,7 +17,7 @@ class CreateFlexStructuresTable extends Migration Schema::create('alliance_flex_structures', function (Blueprint $table) { $table->bigIncrements('id'); $table->unsignedBigInteger('requestor_id'); - $table->string('request_name'); + $table->string('requestor_name'); $table->unsignedBigInteger('requestor_corp_id'); $table->string('request_corp_name'); $table->unsignedBigInteger('system_id');