You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason it fails is that DigitalOcean managed MySQL instances are created with sql_require_primary_key on. The Hibernate version shopizer currently uses fails silently when it executes create table thus not creating all the required tables.
The text was updated successfully, but these errors were encountered:
Solution - Digital ocean website need subscription to access the mysql instances, so i created new database called database.properties in sm-shop and tested locally in my workbench.
after adding the new database.properties file the non created tables are showing in the salesmanager schema
Changed Properties of Hibernate dialect (added database.properties in sm-shop)
The reason it fails is that DigitalOcean managed MySQL instances are created with sql_require_primary_key on. The Hibernate version shopizer currently uses fails silently when it executes create table thus not creating all the required tables.
The text was updated successfully, but these errors were encountered: