From 10739c97df1ed1aeb39bb0b00224d17458be6704 Mon Sep 17 00:00:00 2001 From: pikaqiudeshujia Date: Thu, 25 Apr 2024 14:59:26 +0800 Subject: [PATCH] =?UTF-8?q?release-=E9=9F=B3=E4=B9=90=E4=BA=BA=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC=E5=8F=AF=E4=BB=A5=E5=A4=9A=E4=B8=AA=EF=BC=8C=E6=89=80?= =?UTF-8?q?=E4=BB=A5=E9=95=BF=E5=BA=A6=E5=8F=98=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luoo_user/src/main/resources/sql/20240425.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luoo_user/src/main/resources/sql/20240425.sql b/luoo_user/src/main/resources/sql/20240425.sql index 58eddb1..e8367d3 100644 --- a/luoo_user/src/main/resources/sql/20240425.sql +++ b/luoo_user/src/main/resources/sql/20240425.sql @@ -12,7 +12,7 @@ create table tb_artist_info user_id varchar(20) null comment 'tb_user_info表id', background_image varchar(255) null comment '艺人背景图', address varchar(255) null comment '所在地区', - style varchar(20) null comment '表tb_tag_info的id', + style varchar(500) null comment '表tb_tag_info的id', band_user_id varchar(20) null comment 'tb_user_info表中厂牌类型用户的id' ) comment '音乐人基础信息';