添加03.rc1字段

This commit is contained in:
houjinchuan
2022-05-09 16:35:21 +08:00
parent 0a0aad5c20
commit 0c2ba8acb7

View File

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