0c26b5a8da
Added the polls_options table. We now spell suspicious correctly. www URLs are now redirected to non-www URLs.
5 lines
123 B
SQL
5 lines
123 B
SQL
CREATE TABLE `polls_options` (
|
|
`pollID` int not null,
|
|
`option` int DEFAULT 0 not null,
|
|
`votes` int DEFAULT 0 not null
|
|
); |