Caused by: org.hibernate.exception.ConstraintViolationException: could not execute statement
[Cannot delete or update a parent row: a foreign key constraint fails
(`techpick_db_v2`.`pick_tag`, CONSTRAINT `FK9e42g0lyb0ss1pjhvdrqqh0a8` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`))]
[delete from tag where id=?]
Caused by: java.sql.SQLIntegrityConstraintViolationException:
Cannot delete or update a parent row:
a foreign key constraint fails
(techpick_db_v2.pick_tag, CONSTRAINT FK9e42g0lyb0ss1pjhvdrqqh0a8 FOREIGN KEY (tag_id) REFERENCES tag (id))
수정 할 기능
Caused by: java.sql.SQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (
techpick_db_v2
.pick_tag
, CONSTRAINTFK9e42g0lyb0ss1pjhvdrqqh0a8
FOREIGN KEY (tag_id
) REFERENCEStag
(id
))