The timezone column has a default value.
This commit is contained in:
parent
e2337a354c
commit
59eb0058a1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS `ea_appointments` (
|
||||||
`book_datetime` DATETIME,
|
`book_datetime` DATETIME,
|
||||||
`start_datetime` DATETIME,
|
`start_datetime` DATETIME,
|
||||||
`end_datetime` DATETIME,
|
`end_datetime` DATETIME,
|
||||||
`timezone` VARCHAR(256),
|
`timezone` VARCHAR(256) DEFAULT 'UTC',
|
||||||
`location` TEXT,
|
`location` TEXT,
|
||||||
`notes` TEXT,
|
`notes` TEXT,
|
||||||
`hash` TEXT,
|
`hash` TEXT,
|
||||||
|
|
Loading…
Reference in a new issue