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?
Better Auth TypeScript integration.
Was this page helpful?