-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table '*_seq' doesn't exist #2761
Comments
This looks like a consequence of the upgrade to Hibernate 6. Please verify you follow its migration guide. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Hi MuhammadBilalYar01, |
spring.jpa.hibernate.ddl-auto=update |
change GenerationType.AUTO |
Spring 3.0.1, Java 17
I am getting Table '*_seq' doesn't exist exception and i have this spring Entaty
and
spring.jpa.properties.hibernate.id.new_generator_mappings=false
in properties file. what i am doing wrong hereFull exception is
The text was updated successfully, but these errors were encountered: