添加03.rc1字段
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user