wvp-GB28181-pro/sql/update.sql

5 lines
133 B
MySQL
Raw Normal View History

alter table device
add audioChannelForReceive VARCHAR(50) null;
alter table device
add audioChannelForSend VARCHAR(50) null;