tsg ck建表语句修改vsys_id默认值为1

This commit is contained in:
houjinchuan
2022-12-13 10:47:53 +08:00
parent 7fda6e11e7
commit 9b0e4d99b3

View File

@@ -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),