From 395865aabea1533992b44a4b8c084ef0c7715d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=AF=85?= Date: Mon, 6 Feb 2023 07:26:05 +0000 Subject: [PATCH] =?UTF-8?q?23.02=20tsg=5Fgalaxy=5Fv3.sys=5Fpacket=5Fcaptur?= =?UTF-8?q?e=5Fevent=E5=A2=9E=E5=8A=A0common=5Fflags=5Fidentify=5Finfo?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TSG_OLAP_PRIMARY_KEY_LOG_ID/Clickhouse_TSG_建表语句.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_LOG_ID/Clickhouse_TSG_建表语句.sql b/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_LOG_ID/Clickhouse_TSG_建表语句.sql index b657218..64a6e4a 100644 --- a/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_LOG_ID/Clickhouse_TSG_建表语句.sql +++ b/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_LOG_ID/Clickhouse_TSG_建表语句.sql @@ -2136,6 +2136,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event_local ON CLUST 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, @@ -2242,6 +2243,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_ 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, @@ -2345,6 +2347,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_ 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,