Revert "sys_user add columes"

This reverts commit 7e6b964f0b.
This commit is contained in:
sxu 2025-03-13 12:19:37 +08:00
parent 7e6b964f0b
commit 1fe1373832
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
-- 人脸照片地址
alter table sys_user
add face_url varchar(255) null comment '人脸照片地址';
-- 生日
alter table sys_user
add birthday date null comment '生日';
-- 身份证号
alter table sys_user
add id_card varchar(128) null comment '身份证号';
-- 家庭地址
alter table sys_user
add home_addr varchar(100) default '' null comment '家庭地址';