0 tables
I don't understand why there is there is 0 tables even tho there are 3 exports for 3 different postgres tables
./project/lib/database/schema.ts
./drizzle.config.ts
11 Replies
I have a similar issue too...
Is this your the first migration you're generating with Drizzle Kit or have you done it succcessfully before with the described settings and project structure?
I fixed this a while back lol
By using node
It wasn’t working at all with just bun alone
I see, seems strange that the runtime was the issue
Recommend filing an issue in the repo if you can so the team can look into solving the issue
Drizzle-kit has never worked on Bun
It will use node if you don't do --bun or have node installed
oh so I can't use drizzle-kit unless I am using node?
with drizzle-kit installed as dev dep:
I am on latest for both kit and orm
drizzle-kit: v0.23.1
drizzle-orm: v0.32.1
Still using node
Do bunx --bun
It will drop everything
Thx i read too fast.
Its okay to make mistakes pumpkin