Unable to make migrations
Hey guys. I don't want to push it too hard, but am I the only one who stuck with this issue?
I can not downgrade drizzle kit (it throws error that package is outdated), and I basically can not apply any changes to database - it basically blocked any further development. Do you know any workaround for that, or at least the reason why It's happening?
I'm referring to https://github.com/drizzle-team/drizzle-orm/issues/1119
GitHub
[BUG]: drizzle push:pg , creates an unexpected indentifier 'TABLE' ...
What version of drizzle-orm are you using? v0.28.5 What version of drizzle-kit are you using? v0.19.13 Describe the Bug schema .ts // schema.js import { pgTable, bigint, varchar, boolean } from &qu...
1 Reply
what version of postgresql are you using?