23.02 tsg_galaxy_v3.proxy_event增加common_flags_identify_info字段
This commit is contained in:
@@ -3226,6 +3226,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.proxy_event_local ON CLUSTER ck_cluster
|
||||
common_vsys_id Int64 DEFAULT 1,
|
||||
common_t_vsys_id Int64,
|
||||
common_flags UInt64,
|
||||
common_flags_identify_info String,
|
||||
common_device_tag String,
|
||||
common_encapsulation Int64,
|
||||
common_tunnels String,
|
||||
@@ -3400,6 +3401,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_cluster (
|
||||
common_vsys_id Int64,
|
||||
common_t_vsys_id Int64,
|
||||
common_flags UInt64,
|
||||
common_flags_identify_info String,
|
||||
common_device_tag String,
|
||||
common_encapsulation Int64,
|
||||
common_tunnels String,
|
||||
@@ -3570,6 +3572,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_query (
|
||||
common_vsys_id Int64,
|
||||
common_t_vsys_id Int64,
|
||||
common_flags UInt64,
|
||||
common_flags_identify_info String,
|
||||
common_device_tag String,
|
||||
common_encapsulation Int64,
|
||||
common_tunnels String,
|
||||
|
||||
Reference in New Issue
Block a user