mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Change some datetime columns to timestamp
This commit is contained in:
parent
028c8237a5
commit
88c3049d7a
8 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
CREATE TABLE IF NOT EXISTS `Polls` (
|
||||
`PollId` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`Created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`Created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`Name` varchar(255) NOT NULL,
|
||||
`UrlName` varchar(255) NOT NULL,
|
||||
`Description` text DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue