https://www.better-auth.com/docs/plugins/passkey
Adding the plugin and then running npx @better-auth/cli migrate generates nothing.
Solution:Jump to solution
run npx @better-auth/cli generate and update your schema manually.
Migrate: This command creates the required tables directly in the database. (Available only for the built-in Kysely adapter)...
3 Replies
Solution
run npx @better-auth/cli generate and update your schema manually.
Migrate: This command creates the required tables directly in the database. (Available only for the built-in Kysely adapter)
Ah sorry my bad, I'm using drizzle , I missed that it only worked for Kysely, thanks for the quick reply!
No worries, happens to the best of us ! 😇