0
pablotola created
- ABP Framework version: v6.0.0
- UI type: Angular
- DB provider: EF Core
I want to be able to have some tenants in a shared database and others in their own database. I have the contexts separated, do I need to configure the the same DbSets in both contexts if I want the tenant tables also to be in the host database? When creating migrations for the host and the tenant the tables I specify in the tenant context are not being created in the host.
1 Answer(s)
-
0
do I need to configure the the same DbSets in both contexts if I want the tenant tables also to be in the host database?
Hi, yes you need it, otherwise it won't create the table