Updates for account controller

This commit is contained in:
David Bomba 2023-05-03 14:09:50 +10:00
parent b5344906cd
commit 0acb368c21

View File

@ -32,7 +32,8 @@ return new class extends Migration
});
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();
});