dbpatch/202408/重庆机具/customerId_20240813.sql

8 lines
193 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';