23.02 tsg_galaxy_v3.interim_session_record增加common_flags_identify_info字段

This commit is contained in:
冯毅
2023-02-02 10:36:23 +00:00
parent 0ffde97d02
commit 048e3193c4

View File

@@ -519,6 +519,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record_local ON 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,
@@ -778,6 +779,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_cl
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,
@@ -1035,6 +1037,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_qu
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,