mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
Update schema.sql
This commit is contained in:
parent
430ed6f3ce
commit
64f4aa29c4
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ CREATE TABLE event_data
|
|||
(
|
||||
website_id UUID,
|
||||
session_id UUID,
|
||||
visit_id UUID,
|
||||
event_id UUID,
|
||||
url_path String,
|
||||
event_name String,
|
||||
|
|
@ -121,6 +122,7 @@ CREATE TABLE event_data_blob
|
|||
double19 Nullable(Decimal64(4)),
|
||||
double20 Nullable(Decimal64(4)),
|
||||
created_at DateTime('UTC'),
|
||||
event_name Nullable(String),
|
||||
job_id Nullable(UUID)
|
||||
)
|
||||
engine = MergeTree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue