diff --git a/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql b/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql index 22703d7..ee2acff 100644 --- a/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql +++ b/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql @@ -6,8 +6,8 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn_local ON CLUS recv_time Int64, log_id UInt64, flags UInt64, - start_timestamp_ms Datetime64(3), - end_timestamp_ms Datetime64(3), + start_timestamp_ms DateTime64(3), + end_timestamp_ms DateTime64(3), duration_ms Int64, decoded_as String, client_ip String, @@ -121,8 +121,8 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck recv_time Int64, log_id UInt64, flags UInt64, - start_timestamp_ms Datetime64(3), - end_timestamp_ms Datetime64(3), + start_timestamp_ms DateTime64(3), + end_timestamp_ms DateTime64(3), duration_ms Int64, decoded_as String, client_ip String, @@ -236,8 +236,8 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck recv_time Int64, log_id UInt64, flags UInt64, - start_timestamp_ms Datetime64(3), - end_timestamp_ms Datetime64(3), + start_timestamp_ms DateTime64(3), + end_timestamp_ms DateTime64(3), duration_ms Int64, decoded_as String, client_ip String,