01_init schema changes

This commit is contained in:
Francis Cao 2023-04-16 21:07:36 -07:00
parent 561770a469
commit b1074c893a
4 changed files with 5 additions and 8 deletions

View file

@ -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),