Updates for account controller
This commit is contained in:
parent
b5344906cd
commit
0acb368c21
|
|
@ -32,7 +32,8 @@ return new class extends Migration
|
||||||
});
|
});
|
||||||
|
|
||||||
Schema::table('companies', function(Illuminate\Database\Schema\Blueprint $table){
|
Schema::table('companies', function(Illuminate\Database\Schema\Blueprint $table){
|
||||||
$table->string('shopify_name')->index()->nullable();
|
$table->string('shopify_name')->index()->nullable();
|
||||||
|
$table->string('shopify_access_token')->index()->nullable();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue