This commit is contained in:
wuaho 2021-09-23 17:21:18 +08:00
parent f8a9938a77
commit d655407df7

View File

@ -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'))
)