添加sql字段

This commit is contained in:
648540858
2023-06-20 14:25:01 +08:00
parent a7bf29a4cb
commit 96d2a27d41
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ create table wvp_device (
password character varying(255),
as_message_channel bool default false,
keepalive_interval_time integer,
switch_primary_sub_stream bool default false,
constraint uk_device_device unique (device_id)
);