-- 照片地址
alter table sys_user
add photo_url varchar(255) null comment '照片地址';
-- 生日
add birthday date null comment '生日';
-- 组织全称
alter table sys_dept
add dept_full_name varchar(1000) null comment '组织全称';