How to add custom tables to prisma.schema?
I want to extend the prisma.schema file with my own tables. These tables need relations to the users table.
Do I just create my models, add some relations and after that use that https://www.better-auth.com/docs/concepts/typescript#additional-fields?
TypeScript | Better Auth
Better Auth TypeScript integration.
2 Replies
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
No :/