Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "start_value" not found
spring.jpa.hibernate.ddl-auto=update
를 update 에서 create로
spring.jpa.hibernate.ddl-auto=create
대부분은 기존 테이블/시퀀스가 꼬인 경우여서 그런거여서 새롭게 다시 만들어주면 해결됩니다.
'디버깅' 카테고리의 다른 글
url 파라미터 오류 건들 (0) | 2024.08.06 |
---|---|
sql ip 권한부여 (0) | 2021.01.10 |
☃Requested internal only, but not enough space'' (0) | 2020.12.26 |
java.sql.SQLException: No suitable driver (0) | 2020.12.24 |
JDBC 이용한 MySQL , Android Studio 연결 error (0) | 2020.12.24 |