modified install script a bit

This commit is contained in:
nilsding 2014-08-18 16:35:47 +02:00
parent 10fdcbffee
commit 91602f4e84
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ CREATE TABLE IF NOT EXISTS `words` (
`word3` VARCHAR(45) NULL,
`author` VARCHAR(45) NULL,
`new` BOOLEAN,
`created_at` TIMESTAMP NULL,
`created_at` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;