Files
wvp-platform/数据库/2.7.0/更新-postgresql-kingbase-2.7.0.sql
2024-02-22 17:22:28 +08:00

5 lines
143 B
SQL

alter table wvp_device_channel
add stream_identification character varying(50);
alter table wvp_device
drop switch_primary_sub_stream;