78fbbcda21
Optimise mysql adapter. Add TokenScope to mysql adapter. Add SimpleBulkInsert() to installer. Optimise panel.Plugins() route.
5 lines
122 B
SQL
5 lines
122 B
SQL
CREATE TABLE `polls_options`(
|
|
`pollID` int not null,
|
|
`option` int DEFAULT 0 not null,
|
|
`votes` int DEFAULT 0 not null
|
|
); |