dbpatch/202407/南网仓储/companyId_20240720.sql

9 lines
232 B
SQL

--任务:南网仓储支持多公司
-- 所属组织id
alter table sys_dept
add company_id bigint null comment '所属组织id';
-- 所属组织id
alter table sys_user
add company_id bigint null comment '所属组织id';