mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-07 14:37:49 +08:00
13 lines
284 B
SQL
13 lines
284 B
SQL
alter table parent_platform
|
|
add startOfflinePush int default 0 null;
|
|
|
|
alter table parent_platform
|
|
add administrativeDivision varchar(50) not null;
|
|
|
|
alter table parent_platform
|
|
add catalogGroup int default 1 null;
|
|
|
|
alter table device
|
|
add ssrcCheck int default 0 null;
|
|
|