临时提交

This commit is contained in:
648540858
2024-08-22 18:07:42 +08:00
parent 0722aa3aeb
commit ae0235c0f8
10 changed files with 10 additions and 10 deletions

View File

@@ -210,7 +210,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_channel (
create table wvp_platform_gb_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),