Data Migrations Entities
Opened this issue · 0 comments
danielpetisme commented
Entity Framework proposes a Data Migration tool to generate the Fluent API version of the entity configuration (similar to liquibase changeset).
JHipster.Net should provide the classic a dedicated Migration set for each entity (BankAccount
, Operation
, Labels
).