collect pagetitle, update subdivision2 data type

This commit is contained in:
Francis Cao 2023-02-28 17:40:18 -08:00
parent 55a586fe27
commit 6c302a7325
8 changed files with 3511 additions and 12 deletions

View file

@ -25,7 +25,7 @@ CREATE TABLE `session` (
`language` VARCHAR(35) NULL,
`country` CHAR(2) NULL,
`subdivision1` CHAR(3) NULL,
`subdivision2` CHAR(3) NULL,
`subdivision2` VARCHAR(50) NULL,
`city` VARCHAR(50) NULL,
`created_at` TIMESTAMP(0) NULL DEFAULT CURRENT_TIMESTAMP(0),