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 1c8c3b3..d832004 100644 --- a/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_LOG_ID/Clickhouse_TSG_建表语句.sql +++ b/Clickhouse最新全量建表语句/TSG_OLAP_PRIMARY_KEY_LOG_ID/Clickhouse_TSG_建表语句.sql @@ -1295,6 +1295,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_local ON CLUSTER ck_ 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, @@ -1459,6 +1460,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_cluste 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, @@ -1619,6 +1621,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_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,