mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-12 16:47:49 +08:00
5 lines
133 B
SQL
5 lines
133 B
SQL
alter table device
|
|
add audioChannelForReceive VARCHAR(50) null;
|
|
|
|
alter table device
|
|
add audioChannelForSend VARCHAR(50) null; |