23.02 tsg_galaxy_v3.voip_record增加common_flags_identify_info字段

This commit is contained in:
冯毅
2023-02-03 03:16:07 +00:00
parent 417e23d8b5
commit 8aed83f6b9

View File

@@ -1777,6 +1777,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record_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,
@@ -1894,6 +1895,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_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,
@@ -2009,6 +2011,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_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,