Bonus-Cloud/sql/bns_202504_patch/bns_202504_patch.sql

3 lines
96 B
SQL

-- 照片地址
alter table sys_user
add photo_url varchar(255) null comment '照片地址';