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

8 lines
193 B
MySQL
Raw Normal View History

2024-08-13 09:38:51 +08:00
-- 所属组织id
alter table sys_dept
add company_id bigint null comment '所属组织id';
2024-08-13 12:44:16 +08:00
-- 所属组织id
alter table sys_user
add company_id bigint null comment '所属组织id';