多租户问题1

Blade 未结 1 622
梦魇的星辰
梦魇的星辰 2022-04-30 18:54

在多租户中是不是要所有的表都添加tenant_id字段,还是在他们公用的表中加入tenant_id字段

1条回答
  •  yinyuncan
    yinyuncan (楼主)
    2022-05-01 11:30

    没错!需要多租户逻辑的表都需要加租户字段

    作者追问:2022-05-01 11:30

    那请问多表查询时sql是这样写?classs和school表都加了租户id字段


    image.png

    作者追问:2022-05-01 11:30

    where c.tenant_id=#{tenant_id} and s.tenant_id=#{tenant_id} and c.is_deleted=0 and s.is_deleted=0


    0 讨论(0)
提交回复