You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error 1452 - Cannot add or update a child row: a foreign key constraint fails
CONSTRAINT docs_ibfk_2 FOREIGN KEY (creator_id) REFERENCES users (id) ON DELETE NO ACTION ON UPDATE NO ACTION
删除重建外键未解决,未找到原因, 删除外键后解决
error 1452 - Cannot add or update a child row: a foreign key constraint fails
CONSTRAINT
docs_ibfk_2FOREIGN KEY (creator_id) REFERENCESusers(id) ON DELETE NO ACTION ON UPDATE NO ACTION删除重建外键未解决,未找到原因, 删除外键后解决