Hi support team,
I want to add new column into FmFileDescriptors table.
I have updated FileDescriptor class
But when i run add-migration 'tableFileDescriptor-addcolumn-IsSign' and update-database in Volo.FileManagement.EntityFrameworkCore project I have error build failed.
Please show me how to do that in aboth frontend and backend.
-
ABP Framework version: v4.2.2
-
UI type: Angular
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): no
-
Exception message and stack trace:
-
Steps to reproduce the issue:
2 Answer(s)
-
0
Hi @devteam
As I see, you've added migration successfully,
But, to update your database, please use
YourProject.DbMigrator
project.
When you run it, it will update your database. -
0
Hi @devteam
As I see, you've added migration successfully,
But, to update your database, please use
YourProject.DbMigrator
project.
When you run it, it will update your database.Thanks @cotur