Where can i find migration for tenant? or How to create own migration for tenant?  OK! Found! `dotnet ef migrations add InitialTenantDbMigration -c TenantDbContext -o Data/Migrations/NetCoreSaaS/TenantDb`
Where can i find migration for tenant?
or
How to create own migration for tenant?
OK! Found!
dotnet ef migrations add InitialTenantDbMigration -c TenantDbContext -o Data/Migrations/NetCoreSaaS/TenantDb