mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
finish expanded queries and ui.
This commit is contained in:
parent
0a0c1f27c6
commit
38f251ead5
12 changed files with 119 additions and 113 deletions
|
|
@ -57,7 +57,7 @@ CREATE TABLE umami.event_data
|
|||
event_name String,
|
||||
data_key String,
|
||||
string_value Nullable(String),
|
||||
number_value Nullable(Decimal64(4)),
|
||||
number_value Nullable(Decimal64(22, 4)),
|
||||
date_value Nullable(DateTime('UTC')),
|
||||
data_type UInt32,
|
||||
created_at DateTime('UTC'),
|
||||
|
|
@ -73,7 +73,7 @@ CREATE TABLE umami.session_data
|
|||
session_id UUID,
|
||||
data_key String,
|
||||
string_value Nullable(String),
|
||||
number_value Nullable(Decimal64(4)),
|
||||
number_value Nullable(Decimal64(22, 4)),
|
||||
date_value Nullable(DateTime('UTC')),
|
||||
data_type UInt32,
|
||||
distinct_id String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue