Failed to add the foreign key constraint
-
[MySQL 1822 에러] Failed to add the foreign key constraintHealth-Genie 2023. 6. 2. 21:42
Failed to add the foreign key constraint 이 에러는 Foreign key 제약조건을 만족하지 않았을 때 발생하는 에러입니다. 또한 java spring boot를 실행했을때 실행이 되지 않는건 아닌데, 실행 창에 경고식으로 나타난다. Caused by: java.sql.SQLException: Failed to add the foreign key constraint. Missing column 'user_id' for constraint '**' in the referenced table 'user_tb' https://stackoverflow.com/questions/43511183/mysql-error-1822-failed-to-add-foreign-key-constr..