2022-04-18 10:52:38 +08:00
|
|
|
alter table parent_platform
|
|
|
|
add startOfflinePush int default 0 null;
|
2022-04-01 16:45:29 +08:00
|
|
|
|
2022-04-18 10:52:38 +08:00
|
|
|
alter table parent_platform
|
|
|
|
add administrativeDivision varchar(50) not null;
|
|
|
|
|
|
|
|
alter table parent_platform
|
|
|
|
add catalogGroup int default 1 null;
|
2022-04-01 16:45:29 +08:00
|
|
|
|
|
|
|
alter table device
|
2022-04-18 10:52:38 +08:00
|
|
|
add ssrcCheck int default 0 null;
|
|
|
|
|