From 8aed83f6b91f91d683258982ddbf86c31d496cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=AF=85?= Date: Fri, 3 Feb 2023 03:16:07 +0000 Subject: [PATCH] =?UTF-8?q?23.02=20tsg=5Fgalaxy=5Fv3.voip=5Frecord?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0common=5Fflags=5Fidentify=5Finfo=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TSG_OLAP_PRIMARY_KEY_VSYS_ID/Clickhouse_TSG_建表语句.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_VSYS_ID/Clickhouse_TSG_建表语句.sql b/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_VSYS_ID/Clickhouse_TSG_建表语句.sql index fa178ed..5ee354a 100644 --- a/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_VSYS_ID/Clickhouse_TSG_建表语句.sql +++ b/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_VSYS_ID/Clickhouse_TSG_建表语句.sql @@ -1777,6 +1777,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record_local ON CLUSTER ck_cluster common_vsys_id Int64 DEFAULT 1, common_t_vsys_id Int64, common_flags UInt64, + common_flags_identify_info String, common_device_tag String, common_encapsulation Int64, common_tunnels String, @@ -1894,6 +1895,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record ON CLUSTER ck_cluster( common_vsys_id Int64, common_t_vsys_id Int64, common_flags UInt64, + common_flags_identify_info String, common_device_tag String, common_encapsulation Int64, common_tunnels String, @@ -2009,6 +2011,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record ON CLUSTER ck_query( common_vsys_id Int64, common_t_vsys_id Int64, common_flags UInt64, + common_flags_identify_info String, common_device_tag String, common_encapsulation Int64, common_tunnels String,