mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
allow saving bool values into a separate bool field
This commit is contained in:
parent
6de82cfd5e
commit
53523ed3db
4 changed files with 15 additions and 14 deletions
|
|
@ -104,6 +104,7 @@ CREATE TABLE umami.event_data
|
|||
event_string_value Nullable(String),
|
||||
event_numeric_value Nullable(Decimal64(4)), --922337203685477.5625
|
||||
event_date_value Nullable(DateTime('UTC')),
|
||||
event_bool_value Nullable(Boolean),
|
||||
event_data_type UInt32,
|
||||
created_at DateTime('UTC')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue