diff --git a/sql/bns_202504_patch/bns_202504_patch.sql b/sql/bns_202504_patch/bns_202504_patch.sql new file mode 100644 index 0000000..50ab45e --- /dev/null +++ b/sql/bns_202504_patch/bns_202504_patch.sql @@ -0,0 +1,3 @@ +-- 照片地址 +alter table sys_user + add photo_url varchar(255) null comment '照片地址'; \ No newline at end of file