mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Fix SQL in Polls table
This commit is contained in:
parent
352b49b232
commit
8519938e27
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
CREATE TABLE `Polls` (
|
||||
`PollId` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`Created` timestamp NOT NULL,
|
||||
`Created` datetime 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