Help me setting up better auth with drizzle
I'm setting up better-auth with drizzle. I set up all the files needed to configure the db. I also ran generate command and it generated
auth-schema.ts. So here are my questions:- Can I move what's inside
auth-schema.tstodb/schema.tsto keep all schemas in one place (just like what's shown in Drizzle's documentation)? - After that, can I simply run
npx drizzle-kit pushto generate the tables in the database?