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 '音乐人基础信息';