change customer_socials:access_token to text
This commit is contained in:
parent
1867349057
commit
e338aa07aa
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue