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

7 lines
99 B
SQL

-- 所属组织id
alter table sys_dept
add company_id bigint null comment '所属组织id';