db:push constraint is not found in the table
Hi, I'm using planetscale and trying to push to my db but I get the error:
errno: 3821,
sql: 'ALTER TABLE
Subtopic
DROP CONSTRAINT Subtopic_name_key
;',
sqlState: 'HY000',
sqlMessage: target: database.-.primary: vttablet: rpc error: code = Unknown desc = Check constraint 'Subtopic_name_key' is not found in the table. (errno 3821) (sqlstate HY000) (CallerID: yc7blbqh18eaxxd6jg4n): Sql: "alter table Subtopic drop check Subtopic_name_key", BindVars: {REDACTED}
Anyone know how I can fix this?0 Replies