648540858
2022-04-08 81f1b8ee25114452b3d8c86c6cbf8820f5689db3
1
2
3
4
5
6
7
8
alter table device
    add subscribeCycleForMobilePosition int null;
 
alter table device
    add mobilePositionSubmissionInterval int default 5 null;
 
alter table device
    add subscribeCycleForAlarm int null;