Not possible to add a new column to schema with drizzle migrate push (pg)
I'm adding a new column to my schema and running
drizzle-kit push
connecting to a postgres db
It never adds the new column. However if the new column contains a foreign key constraint it will attempt to add that, but will of course fail because the column hasn't been created.
This has never worked in the few months I've been using drizzle kit, perhaps I'm missunderstanding the purpose of push
? Does it not handle column level modificatons only new tables?0 Replies