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 5f415c1..ffbb063 100644 --- a/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_VSYS_ID/Clickhouse_TSG_建表语句.sql +++ b/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_VSYS_ID/Clickhouse_TSG_建表语句.sql @@ -2130,6 +2130,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, @@ -2235,6 +2236,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, @@ -2338,6 +2340,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,