How Do I Migrate Tenant Databases and Host Database in Asp.NET ZERO / Boilerplate?
问题 I am using the ASP.NET ZERO framework with ASP.NET Core and Angular for my current project. I am also using the 'MultiTenancy - MultiDatabase' feature of ASP.Net ZERO. In application I have added a 'Tenant1-Database' connection string in create new Tenant. Now i have two databases: Host-Database Tenant1-Database When I create a new Tenant, 'Tenant1-Database' is automatically update as per previous migration files. But when I update the model with a new property and try to migrate the database