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
If you choose Ebean, then it could help you to create the whole database (CREATE ALL) with ebean-ddl-generator.
Please note that since Ebean 12.7.1 (see ebean-orm/ebean#2162) it's not included in ebean but in ebean-test only.
Ebean could also help with migrations: not just generating them but also running them:
Ebean can generate the migrations for us by performing a diff on the model and then generating database platform specific DDL for the change.
Ebean can also run the migrations (similar to FlywayDb). It is recommended to use Ebean's built in migration runner rather than FlywayDb or LiquiBase.
How to generate db script based on model
Create table
The text was updated successfully, but these errors were encountered: