0
LiSong created
- ABP Framework version: v8.2.2
- UI Type: MVC
- Database System: EF Core (SQL Server)
- **Tiered (for MVC) : yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
hi what's the best practice if I want to update the entity by adding or removing it's properties or adding navigations after I created the CRUD page with the CRUD page generator? I know that I can modify the DTO and then generate a new db migration, but is there a better way or is there a doc for this?