mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
schema changes to CH, Postgres, MySQL
This commit is contained in:
parent
3823705fc6
commit
9321401297
5 changed files with 64 additions and 26 deletions
|
|
@ -61,8 +61,11 @@ CREATE TABLE `website_event` (
|
|||
`website_id` VARCHAR(36) NOT NULL,
|
||||
`session_id` VARCHAR(36) NOT NULL,
|
||||
`created_at` TIMESTAMP(0) NULL DEFAULT CURRENT_TIMESTAMP(0),
|
||||
`url` VARCHAR(500) NOT NULL,
|
||||
`referrer` VARCHAR(500) NULL,
|
||||
`url_path` VARCHAR(500) NOT NULL,
|
||||
`url_query` VARCHAR(500) NULL,
|
||||
`referrer_path` VARCHAR(500) NULL,
|
||||
`referrer_query` VARCHAR(500) NULL,
|
||||
`referrer_domain` VARCHAR(500) NULL,
|
||||
`page_title` VARCHAR(500) NULL,
|
||||
`event_type` INTEGER UNSIGNED NOT NULL DEFAULT 1,
|
||||
`event_name` VARCHAR(50) NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue