mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-15 19:19:30 +00:00
5 lines
184 B
SQL
5 lines
184 B
SQL
CREATE TABLE IF NOT EXISTS /*_*/ajaxpoll_info (
|
|
`poll_id` varchar(32) NOT NULL PRIMARY KEY default '',
|
|
`poll_txt` text,
|
|
`poll_date` datetime default NULL
|
|
) /*$wgDBTableOptions*/; |