添加sql缺失的字段
parent
e9a7e74a6b
commit
0c327b3a25
|
@ -92,6 +92,7 @@ create table wvp_device_channel (
|
|||
latitude_wgs84 double precision,
|
||||
business_group_id character varying(50),
|
||||
gps_time character varying(50),
|
||||
stream_identification character varying(50),
|
||||
constraint uk_wvp_device_channel_unique_device_channel unique (device_id, channel_id)
|
||||
);
|
||||
|
||||
|
|
|
@ -92,6 +92,7 @@ create table wvp_device_channel (
|
|||
latitude_wgs84 double precision,
|
||||
business_group_id character varying(50),
|
||||
gps_time character varying(50),
|
||||
stream_identification character varying(50),
|
||||
constraint uk_wvp_device_channel_unique_device_channel unique (device_id, channel_id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue