From 4f564acbaf032e5b64df2fa41a81d15d1c4ca6c1 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 14 Apr 2025 13:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E4=BA=BA=E8=84=B8=E7=89=B9=E5=BE=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/bns_202504_patch/bns_202504_patch.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/bns_202504_patch/bns_202504_patch.sql 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