diff --git a/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql b/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql index e3a273d..40a9f67 100644 --- a/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql +++ b/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql @@ -66,12 +66,16 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn_local ON CLUS client_longitude Float64, client_latitude Float64, client_isp String, + client_whois_owner String, + client_idc_renter String, server_country String, server_province String, server_region String, server_longitude Float64, server_latitude Float64, server_isp String, + server_whois_owner String, + server_idc_renter String, app_category String, app_subcategory String, app_is_protocol Nullable(Int64), @@ -166,12 +170,16 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck client_longitude Float64, client_latitude Float64, client_isp String, + client_whois_owner String, + client_idc_renter String, server_country String, server_province String, server_region String, server_longitude Float64, server_latitude Float64, server_isp String, + server_whois_owner String, + server_idc_renter String, app_category String, app_subcategory String, app_is_protocol Nullable(Int64), @@ -266,12 +274,16 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck client_longitude Float64, client_latitude Float64, client_isp String, + client_whois_owner String, + client_idc_renter String, server_country String, server_province String, server_region String, server_longitude Float64, server_latitude Float64, server_isp String, + server_whois_owner String, + server_idc_renter String, app_category String, app_subcategory String, app_is_protocol Nullable(Int64),