EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Foreign key entity the curd #153

Closed tangningkun closed 2 years ago

tangningkun commented 3 years ago

My entity contains foreign key relationships and cannot be migrated

image image

gdlcf88 commented 3 years ago

Skip the DB migration step, fix the code, and then execute the migration manually.

tangningkun commented 3 years ago

Thinks