打开 关闭

Hybrid DB Migrations #3968


User avatar
0
pablotola 创建
  • 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 答案
  • User Avatar
    0
    liangshiwei 创建
    支持团队 Fullstack Developer

    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

Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11