TROUBLESHOOTING
[TROUBLESHOOTING] Error executing DDL "alter table post drop foreign key ****
thovy
2022. 10. 18. 18:00
728x90
반응형
SMALL
ERROR ❌
model 을 만들어 어플리케이션을 실행시키는데 계속
Error executing DDL "alter table post drop foreign key <**어떤 key**>
이런 메세지가 나왔다
해결 ✅
application.properties
의
❌ spring.jpa.hibernate.ddl-auto=create
✅ spring.jpa.hibernate.ddl-auto=update
create
→ update
끝
매우 쉬운 것.
728x90
반응형
LIST