The timezone column has a default value.

This commit is contained in:
Alex Tselegidis 2020-04-08 13:36:02 +02:00
parent e2337a354c
commit 59eb0058a1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS `ea_appointments` (
`book_datetime` DATETIME,
`start_datetime` DATETIME,
`end_datetime` DATETIME,
`timezone` VARCHAR(256),
`timezone` VARCHAR(256) DEFAULT 'UTC',
`location` TEXT,
`notes` TEXT,
`hash` TEXT,