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