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

9 lines
232 B
MySQL
Raw Normal View History

2024-07-31 13:37:20 +08:00
--
-- 所属组织id
alter table sys_dept
add company_id bigint null comment '所属组织id';
-- 所属组织id
alter table sys_user
add company_id bigint null comment '所属组织id';