From 9b0e4d99b32dc03104613ddc3ffb7bd1391308ec Mon Sep 17 00:00:00 2001 From: houjinchuan Date: Tue, 13 Dec 2022 10:47:53 +0800 Subject: [PATCH] =?UTF-8?q?tsg=20ck=E5=BB=BA=E8=A1=A8=E8=AF=AD=E5=8F=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9vsys=5Fid=E9=BB=98=E8=AE=A4=E5=80=BC=E4=B8=BA?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Clickhouse最新全量建表语句/Clickhouse_TSG_建表语句.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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),