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