chenjialing
2022-05-06 cc63a52884ca3c56df66b74aa508803ff91c20e0
1
2
3
4
5
6
7
8
9
10
11
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;