728x90
외래키좀 추가하려고 이 창에서 하려니까 계속 invalid datatype 오류뜸
Alter table board
add constraint fk
foreign key (member_id) references member (id);
직접 쿼리문 써서 했더니 잘됨. 뭐냐?
728x90
'with my rubber duck > errors' 카테고리의 다른 글
heroku application error app crash (0) | 2022.07.04 |
---|---|
Heroku Task :compileJava FAILED ERROR: Failed to run Gradle! (0) | 2022.07.03 |
스프링에서 로그찍기 log4j xml 에러, 로그 안찍힘 해결 (0) | 2022.06.17 |
Spring Security multipartfile 업로드 안될때 해결 (0) | 2022.06.16 |
WebSecurityConfig에서 BeanCurrentlyInCreationException (0) | 2022.06.14 |
댓글