23.02 tsg_galaxy_v3.gtpc_record增加common_flags_identify_info字段

This commit is contained in:
冯毅
2023-02-03 06:15:42 +00:00
parent 4d3ee3add1
commit be0379560f

View File

@@ -196,6 +196,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record_local ON CLUSTER ck_cluster
common_vsys_id Int64 DEFAULT 1, common_vsys_id Int64 DEFAULT 1,
common_t_vsys_id Int64, common_t_vsys_id Int64,
common_flags UInt64, common_flags UInt64,
common_flags_identify_info String,
common_device_tag String, common_device_tag String,
common_encapsulation Int64, common_encapsulation Int64,
common_tunnels String, common_tunnels String,
@@ -305,6 +306,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record ON CLUSTER ck_cluster(
common_vsys_id Int64, common_vsys_id Int64,
common_t_vsys_id Int64, common_t_vsys_id Int64,
common_flags UInt64, common_flags UInt64,
common_flags_identify_info String,
common_device_tag String, common_device_tag String,
common_encapsulation Int64, common_encapsulation Int64,
common_tunnels String, common_tunnels String,
@@ -410,6 +412,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record ON CLUSTER ck_query(
common_vsys_id Int64, common_vsys_id Int64,
common_t_vsys_id Int64, common_t_vsys_id Int64,
common_flags UInt64, common_flags UInt64,
common_flags_identify_info String,
common_device_tag String, common_device_tag String,
common_encapsulation Int64, common_encapsulation Int64,
common_tunnels String, common_tunnels String,