From d655407df7978bbe620cafe334fa14c1c7d76407 Mon Sep 17 00:00:00 2001 From: wuaho Date: Thu, 23 Sep 2021 17:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 初始化事件表.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/初始化事件表.sql b/初始化事件表.sql index fc19c14..047b39b 100644 --- a/初始化事件表.sql +++ b/初始化事件表.sql @@ -51,7 +51,7 @@ create table event proid Nullable(String), step_id Nullable(UInt16), step_group Nullable(UInt16), - guide_start_time Nullable(DateTime('UTC')), + guide_start_time Nullable(UInt32), online_ts Nullable(UInt16), `#time` Nullable(DateTime('UTC')) )