8 lines
210 B
MySQL
8 lines
210 B
MySQL
|
alter table device
|
||
|
add subscribeCycleForMobilePosition int null;
|
||
|
|
||
|
alter table device
|
||
|
add mobilePositionSubmissionInterval int default 5 null;
|
||
|
|
||
|
alter table device
|
||
|
add subscribeCycleForAlarm int null;
|