23.02 tsg_galaxy_v3.sys_packet_capture_event增加common_flags_identify_info字段

This commit is contained in:
冯毅
2023-02-06 07:26:05 +00:00
parent 2c0931fe09
commit 395865aabe

View File

@@ -2136,6 +2136,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event_local ON CLUST
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,
@@ -2242,6 +2243,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_
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,
@@ -2345,6 +2347,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_
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,