diff --git a/database/migrations/2022_10_20_122032_create_webauthn_credentials.php b/database/migrations/2022_10_20_122032_create_webauthn_credentials.php index c38fa5f5..5d5355f5 100644 --- a/database/migrations/2022_10_20_122032_create_webauthn_credentials.php +++ b/database/migrations/2022_10_20_122032_create_webauthn_credentials.php @@ -65,7 +65,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');