From b1c444afceedd7663041f5be57461beaae50a568 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 21 Apr 2025 11:03:12 +0800 Subject: [PATCH] dept_full_name --- sql/bns_202504_patch/bns_202504_patch.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/bns_202504_patch/bns_202504_patch.sql b/sql/bns_202504_patch/bns_202504_patch.sql index 0272124..ef2751b 100644 --- a/sql/bns_202504_patch/bns_202504_patch.sql +++ b/sql/bns_202504_patch/bns_202504_patch.sql @@ -8,4 +8,4 @@ alter table sys_user -- 生日 alter table sys_dept - add dept_full_name date null comment '组织全称'; \ No newline at end of file + add dept_full_name varchar(1000) null comment '组织全称'; \ No newline at end of file