Skip to content
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

ERROR hibernate java.sql.SQLSyntaxErrorException: Table 'mydatabase.user_seq' doesn't exist #67

Open
eldom9 opened this issue Oct 19, 2024 · 0 comments

Comments

@eldom9
Copy link

eldom9 commented Oct 19, 2024

Hi team,

Today I was going through this guide and stumbeld over the following error when first started the application.

hibernate java.sql.SQLSyntaxErrorException: Table 'mydatabase.user_seq' doesn't exist

To come out of that situation I had to add the following line to my application.properties file:

spring.jpa.hibernate.ddl-auto=update

Maybe you can add this to the instructions?

best regards,
Dominik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant