Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 마이크로서비스패턴
- 함수형프로그래밍
- circular dependency
- DI
- django
- 쿼리셋합치기
- Npoem
- 좋은코드란
- 컨트리뷰팅
- 프로젝트설정
- 토이프로젝트
- Java
- resilience4j
- 일급함수
- 운영체제
- circuitbreaker
- bulk_create
- Not Null constraint failed
- API문서화
- 주니어개발자
- 2차원배열 정렬
- 상속모델
- Spring
- bean-validator
- IOC
- cannot import name
- SpringBoot
- 객체비교
- n poem
- GraphQL
Archives
- Today
- Total
목록MySQL (1)
코딩 하는 가든
[Mysql] Error executing DDL (feat: max key length is 767 bytes, JPA)
[오늘의 에러] Npoem(개인 프로젝트) 서버의 EC2에 hibernate auto ddl로 테이블을 생성하다 아래와 같은 에러가 발생하였다. GenerationTarget encountered exception accepting command : Error executing DDL "alter table ~~" via JDBC Statement Caused by: java.sql.SQLSyntaxErrorException: (conn=152) Specified key was too long; max key length is 767 bytes Error excuting DDL 에러가 나는 경우가 몇 가지 있을 것이다. (alter table drop foreign key, alter table add ..
오늘의 에러
2020. 5. 26. 23:58