mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
01_init schema changes
This commit is contained in:
parent
561770a469
commit
b1074c893a
4 changed files with 5 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ CREATE TABLE `session` (
|
|||
`screen` VARCHAR(11) NULL,
|
||||
`language` VARCHAR(35) NULL,
|
||||
`country` CHAR(2) NULL,
|
||||
`subdivision1` CHAR(3) NULL,
|
||||
`subdivision1` CHAR(20) NULL,
|
||||
`subdivision2` VARCHAR(50) NULL,
|
||||
`city` VARCHAR(50) NULL,
|
||||
`created_at` TIMESTAMP(0) NULL DEFAULT CURRENT_TIMESTAMP(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue