Fixes id length limitation #38
This commit is contained in:
@@ -43,7 +43,7 @@ return new class extends Migration {
|
||||
*/
|
||||
protected static function defaultBlueprint(Blueprint $table): void
|
||||
{
|
||||
$table->string('id')->primary();
|
||||
$table->string('id', 510)->primary();
|
||||
|
||||
$table->morphs('authenticatable', 'webauthn_user_index');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user