UUID Confusion with database orm
Hi I just recently switched from Prisma-orm to Drizzle-orm in the project that I am working on. Having a bit of issue where my user table doesn't seem to understand the uuid coming from my sign-up form. Curious to see if anyone knew exactly what I have done wrong?
Solution
Yes this is completely fine. If you want the old way where your DB handles ID generation, you can disable Better-Auth's ID generation by passing
advanced.database.generateId as false in your auth config.