Using existing DB schema with Drizzle
I created a schema for the better auth table called
better-auth which I'm passing as auth options to the drizzle adapter. However when I run the cli command to generate the schemas, the better-auth schema isn't being used. Is there a way to use the custom schema I created?
The following is my authOptions which I'm sharing between the actual auth instance and a fake one which is used with the cli.
0 Replies