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?
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...