diff --git a/Clickhouse最新全量建表语句/Clickhouse_TSG_建表语句.sql b/Clickhouse最新全量建表语句/Clickhouse_TSG_建表语句.sql index 2087f85..57490bf 100644 --- a/Clickhouse最新全量建表语句/Clickhouse_TSG_建表语句.sql +++ b/Clickhouse最新全量建表语句/Clickhouse_TSG_建表语句.sql @@ -4725,7 +4725,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_client_ip_local O http_domain String, ssl_sni String, common_schema_type LowCardinality(String), - common_vsys_id Int64, + common_vsys_id Int64 DEFAULT 1, common_client_port Int64, common_server_port Int64, common_app_label LowCardinality(String), @@ -4789,7 +4789,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_server_ip_local O http_domain String, ssl_sni String, common_schema_type LowCardinality(String), - common_vsys_id Int64, + common_vsys_id Int64 DEFAULT 1, common_client_port Int64, common_server_port Int64, common_app_label LowCardinality(String), @@ -4852,7 +4852,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_http_domain_local ON CLU http_domain String, ssl_sni String, common_schema_type LowCardinality(String), - common_vsys_id Int64, + common_vsys_id Int64 DEFAULT 1, common_client_port Int64, common_server_port Int64, common_app_label LowCardinality(String),