diff --git a/plugins/Social/Migrations/2022_10_13_100354_create_customer_socials.php b/plugins/Social/Migrations/2022_10_13_100354_create_customer_socials.php index 7ffcd18c..796a242c 100644 --- a/plugins/Social/Migrations/2022_10_13_100354_create_customer_socials.php +++ b/plugins/Social/Migrations/2022_10_13_100354_create_customer_socials.php @@ -19,7 +19,7 @@ return new class extends Migration $table->string('provider'); $table->string('user_id'); $table->string('union_id'); - $table->string('access_token'); + $table->text('access_token'); $table->text('extra'); $table->timestamps(); });