diff --git a/202408/重庆机具/system_20240813.sql b/202408/重庆机具/customerId_20240813.sql similarity index 50% rename from 202408/重庆机具/system_20240813.sql rename to 202408/重庆机具/customerId_20240813.sql index d2edc5e..3ccdcba 100644 --- a/202408/重庆机具/system_20240813.sql +++ b/202408/重庆机具/customerId_20240813.sql @@ -2,5 +2,6 @@ alter table sys_dept add company_id bigint null comment '所属组织id'; - - +-- 所属组织id +alter table sys_user + add company_id bigint null comment '所属组织id';