error: column "x" is in a primary key
I'm getting the following error, when trying to push my schema to my remote db: error: column "x" is in a primary key
The weird thing is that everything works fine, when I drop all tables and run it for the first time, but if I try to re-run
drizzle-kit push:pg
, this is the error I get, even if the schema has not changed at all.
Does anyone know what might cause this?
0 Replies