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
Now I want to remove the "Title" and add a new Guid? property named "UserId", I can use the following commands:
abphelper xxx remove Title
abphelper xxx add Guid? UserId
So the entity file, localization files, DTO files, ViewModels files, Index.cshtml, index.js will be changed, and a new EF migration file will also be generated.
The text was updated successfully, but these errors were encountered:
For example, there is a "Todo" entity with the property "Title":
Now I want to remove the "Title" and add a new
Guid?
property named "UserId", I can use the following commands:So the entity file, localization files, DTO files, ViewModels files, Index.cshtml, index.js will be changed, and a new EF migration file will also be generated.
The text was updated successfully, but these errors were encountered: