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 | 31 |
Tags
- 좋은코드란
- 2차원배열 정렬
- DI
- Spring
- 토이프로젝트
- 함수형프로그래밍
- SpringBoot
- IOC
- circular dependency
- 객체비교
- django
- API문서화
- 컨트리뷰팅
- 운영체제
- 프로젝트설정
- 상속모델
- bulk_create
- Npoem
- Java
- Not Null constraint failed
- 일급함수
- GraphQL
- n poem
- 마이크로서비스패턴
- bean-validator
- circuitbreaker
- 쿼리셋합치기
- cannot import name
- 주니어개발자
- resilience4j
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