From 65ed89d743abe49bcb1e196d1f675f8b904b043a Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 13 Aug 2024 12:44:16 +0800 Subject: [PATCH] customer id --- .../{system_20240813.sql => customerId_20240813.sql} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename 202408/重庆机具/{system_20240813.sql => customerId_20240813.sql} (50%) 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';