Skip to content

Commit

Permalink
Update covid19.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
azhamn committed Apr 15, 2020
1 parent 03cf206 commit cf447ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mysql/covid19.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ CREATE TABLE `notification` (
`title_en` VARCHAR(100) NULL,
`title_si` VARCHAR(100) NULL,
`title_ta` VARCHAR(100) NULL,
`message_en` VARCHAR(2000) NULL,
`message_si` VARCHAR(2000) NULL,
`message_ta` VARCHAR(2000) NULL,
`message_en` VARCHAR(2500) NULL,
`message_si` VARCHAR(2500) NULL,
`message_ta` VARCHAR(2500) NULL,
`created` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
Expand Down

0 comments on commit cf447ba

Please sign in to comment.