Update add_table.sql common_phone_number type
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record_log_local on cluster ck_cluster(
|
||||
common_recv_time Int64,
|
||||
common_recv_time Int64,
|
||||
common_log_id UInt64,
|
||||
common_stream_trace_id UInt64,
|
||||
common_direction Nullable(Int64),
|
||||
@@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record_log_local on cluster ck_clu
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -120,7 +120,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record_log on cluster ck_cluster(
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -208,7 +208,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record_log on cluster ck_query(
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -297,7 +297,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.live_session_record_log_local on cluste
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -491,7 +491,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_log_local on cluster
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -632,7 +632,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.live_session_record_log on cluster ck_q
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -823,7 +823,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.live_session_record_log on cluster ck_c
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -1015,7 +1015,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_log on cluster ck_qu
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
@@ -1152,7 +1152,7 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_log on cluster ck_cl
|
||||
common_subscriber_id String,
|
||||
common_imei String,
|
||||
common_imsi String,
|
||||
common_phone_number,
|
||||
common_phone_number String,
|
||||
common_server_ip String,
|
||||
common_external_ip String,
|
||||
common_server_port Int64,
|
||||
|
||||
Reference in New Issue
Block a user