临时提交

This commit is contained in:
648540858
2024-08-02 14:46:20 +08:00
parent 3f2c9f6451
commit 55c534ac90
8 changed files with 120 additions and 113 deletions

View File

@@ -407,16 +407,10 @@ CREATE TABLE wvp_common_group
name varchar(255) NOT NULL,
parent_device_id varchar(50) DEFAULT NULL,
business_group varchar(50) NOT NULL,
platform_id int,
create_time varchar(50) NOT NULL,
update_time varchar(50) NOT NULL,
UNIQUE KEY common_group_device_id (device_id)
);
CREATE TABLE wvp_common_group_channel
(
id serial primary key,
group_id integer,
channel_id integer
UNIQUE KEY common_group_device_platform (device_id, platform_id)
);
CREATE TABLE wvp_common_region