mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Change column in Polls table
This commit is contained in:
parent
2b47b65437
commit
e267911305
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` datetime NOT NULL,
|
||||
`Created` timestamp NOT NULL,
|
||||
`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