mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 22:17:49 +08:00
8 lines
210 B
SQL
8 lines
210 B
SQL
alter table device
|
|
add subscribeCycleForMobilePosition int null;
|
|
|
|
alter table device
|
|
add mobilePositionSubmissionInterval int default 5 null;
|
|
|
|
alter table device
|
|
add subscribeCycleForAlarm int null; |