다재다능 개발자 성장기 🚀
Could not set new data type 본문
Could not set new data type
the given date type
원인
설정한 Datetype의 괄호부분에 데이터크기를 지정해주지 않아서 생긴 오류였다.
해결 방법
TIMESTAMP() 에서 TIMESTAMP(30) 으로 변경
워크벤치로 ERD를 짜고 있는데 위와 같은 에러가 발생했다.
heidiSQL 에서는 TIMESTAMP() 같은 경우 데이터크기를 설정해주지 않아도 됐었는데
워크벤치에서는 에러가 나부렀당 ㅎㅎ 여하튼 이렇게 해결 !
'트러블 슈팅📌' 카테고리의 다른 글
[깃허브] error:failed to push some refs to (0) | 2023.03.27 |
---|---|
Typo in static class property declaration 에러 해결 (0) | 2023.02.05 |
in where clause is ambiguous (0) | 2022.08.14 |
Assignment to constant variable. (0) | 2022.08.08 |
Column count doesn't match value count at row 1 (0) | 2022.07.14 |