release-新增音乐人-艺人关联表

release-2024-08-08
pikaqiudeshujia 9 months ago
parent 10739c97df
commit dbe0229b50

@ -28,4 +28,14 @@ create table tb_artist_responsible
)
comment '音乐人负责人';
create table tb_artist_user
(
id varchar(20) not null comment 'id'
primary key,
artist_id varchar(20) null comment '音乐人id',
user_id varchar(20) null comment '艺人id'
)
comment '音乐人-艺人关联表';

Loading…
Cancel
Save