Skip to content

Commit

Permalink
Update 2019_10_13_000000_create_social_credentials_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Sep 4, 2020
1 parent f6466b1 commit 0c468b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function up()
$table->bigInteger("user_id");
$table->timestamps();

$table->string("access_token")->nullable();
$table->text("access_token")->nullable();
$table->string("avatar")->nullable();
$table->string("email")->nullable();
$table->string("expires_at")->nullable();
Expand Down

0 comments on commit 0c468b9

Please sign in to comment.