临时提交

This commit is contained in:
648540858
2024-08-22 18:05:57 +08:00
parent 6fcf05e04b
commit 0722aa3aeb
30 changed files with 233 additions and 251 deletions

View File

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