extend account schema
It is possible to extend the accounts schema? I need to add a flag that indicates whether the account is active or not
2 Replies
What setup are you using?
You could choose to have hooks or middleware that modifies these either after a user is created or after theyve been added to the database
Hooks | Better Auth
Better Auth Hooks let you customize BetterAuth's behavior