23.02 tsg_galaxy_v3.radius_record增加common_flags_identify_info字段

This commit is contained in:
冯毅
2023-02-02 10:08:42 +00:00
parent 8fa52949fd
commit 822944cc90

View File

@@ -4489,6 +4489,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.radius_record_local ON CLUSTER ck_clust
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,
@@ -4616,6 +4617,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.radius_record 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,
@@ -4740,6 +4742,7 @@ create table IF NOT EXISTS tsg_galaxy_v3.radius_record 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,