wvp-gb28181-project/sql/2.6.6-2.6.7更新.sql
2023-03-22 15:21:22 +08:00

13 lines
200 B
SQL
Executable File

alter table device
add asMessageChannel int default 0;
alter table parent_platform
add asMessageChannel int default 0;
alter table device
add mediaServerId varchar(50) default null;