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 Nov 24, 2020
1 parent 4ab867c commit 52978ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function up(): void
$table->string("nickname")->nullable();
$table->string("provider_id")->nullable();
$table->string("provider_name")->nullable();
$table->string("refresh_token")->nullable();
$table->text("refresh_token")->nullable();
});
}

Expand Down

0 comments on commit 52978ee

Please sign in to comment.