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

Add the database dump #36

Open
oleksandr-jr opened this issue Sep 22, 2023 · 3 comments
Open

Add the database dump #36

oleksandr-jr opened this issue Sep 22, 2023 · 3 comments

Comments

@oleksandr-jr
Copy link

No description provided.

@EmonVersity
Copy link

I also badly ineed of this.When i run the code i got the error of sql exception.

@oleksandr-jr
Copy link
Author

oleksandr-jr commented Oct 10, 2023

@EmonVersity You can add this to the application.properties to generate database schema and tables.

spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=create

It generate tables with shitty field names, but in model classes we also have some shitty naming so its ok :)

@EmonVersity
Copy link

@oleksandr-jr thanks for your response.😊

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

2 participants