10版本sql

This commit is contained in:
王宽
2021-10-25 03:14:17 +00:00
parent b0291780cb
commit 0c1d9b97da

View File

@@ -437,6 +437,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record_local ON CLUSTER
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -639,6 +641,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_local ON CLUSTER ck_
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -788,6 +792,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_qu
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -987,6 +993,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_cl
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -1187,6 +1195,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_query(
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -1331,6 +1341,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_cluste
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -1875,6 +1887,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.security_event_local ON CLUSTER ck_clus
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -2076,6 +2090,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.proxy_event_local ON CLUSTER ck_cluster
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -2218,6 +2234,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_local ON CLUSTER ck_clus
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -2725,6 +2743,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_query (
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -2924,6 +2944,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_query (
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -3064,6 +3086,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_query (
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -3474,6 +3498,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_cluster (
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -3673,6 +3699,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_cluster (
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,
@@ -3813,6 +3841,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_cluster (
http_user_agent String,
http_request_content_length String,
http_request_content_type String,
http_response_content_length String,
http_response_content_type String,
http_content_length String,
http_content_type String,
http_set_cookie String,