在多租户中是不是要所有的表都添加tenant_id字段,还是在他们公用的表中加入tenant_id字段
没错!需要多租户逻辑的表都需要加租户字段
那请问多表查询时sql是这样写?classs和school表都加了租户id字段
where c.tenant_id=#{tenant_id} and s.tenant_id=#{tenant_id} and c.is_deleted=0 and s.is_deleted=0
扫一扫访问 Blade技术社区 移动端