瀏覽代碼

添加sql缺失的字段

648540858 1 年之前
父節點
當前提交
0c327b3a25
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      数据库/初始化-mysql.sql
  2. 1 0
      数据库/初始化-postgresql-kingbase.sql

+ 1 - 0
数据库/初始化-mysql.sql

@@ -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)
 );
 

+ 1 - 0
数据库/初始化-postgresql-kingbase.sql

@@ -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)
 );