dept_full_name
This commit is contained in:
parent
b1c444afce
commit
1c60c16752
|
|
@ -6,6 +6,6 @@ alter table sys_user
|
||||||
alter table sys_user
|
alter table sys_user
|
||||||
add birthday date null comment '生日';
|
add birthday date null comment '生日';
|
||||||
|
|
||||||
-- 生日
|
-- 组织全称
|
||||||
alter table sys_dept
|
alter table sys_dept
|
||||||
add dept_full_name varchar(1000) null comment '组织全称';
|
add dept_full_name varchar(1000) null comment '组织全称';
|
||||||
Loading…
Reference in New Issue