DateTime64类型大小写修改:Datetime64从改为DateTime64
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user