Skip to content

Commit

Permalink
Increase id column length of webauthn credential - Fix #166
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Mar 10, 2023
1 parent 0a8807d commit ffdd825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function down(): void
*/
protected static function defaultBlueprint(Blueprint $table): void
{
$table->string('id')->primary();
$table->string('id', 510)->primary();

$table->morphs('authenticatable', 'webauthn_user_index');

Expand Down

0 comments on commit ffdd825

Please sign in to comment.