Migration Relation "subscription" does not exist
https://github.com/Steellgold/simplist/blob/better-auth-stripe/apps/web/
Empty database
Better Auth 1.2.1
When I tried to send the command to create all the tables etc. in relation to my auth.ts as indicated in the documentation, this is what I got

6 Replies
@bekacru any ideas?
I found with better auth the migration is sometimes weird
How catastrophic would it be if you tried generate instead of migrate

are you sure it's an empty db with no pre existing schema?
yes, no tables

So I temporarily fixed my problem, but I still don't understand why it wasn't working.
I used the Prisma adapter and did the generation and migration through Prisma, and then I switched back to the simple pg.

