Unexpected identifier 'TABLE'
I used
drizzle-kit generate:pg
to generate this schema
I tried to use drizzle-kit push:pg
but I get this error
6 Replies
I'm pretty sure
drizzle-kit push
doesn't use the generated migrations.
It is similar to the prisma push
command that syncs the database with your corrent schema without using migrations.That's what I'm trying to do but I get this error
Hmm, why is drizzle-kit push looking at the migration files.
This is weird, I really don't know what's going on here.
Have you tried running it with node to see if it's a bun problem?
I tried npx
OK, then
Might be a drizzle-kit bug then.
I felt so