Extension:SecurePoll/securepoll options table

From mediawiki.org
mysql> describe securepoll_options;
+-------------+---------+------+-----+---------+-------+
| Field       | Type    | Null | Key | Default | Extra |
+-------------+---------+------+-----+---------+-------+
| op_entity   | int(11) | NO   | PRI | NULL    |       |
| op_election | int(11) | NO   | MUL | NULL    |       |
| op_question | int(11) | NO   | MUL | NULL    |       |
+-------------+---------+------+-----+---------+-------+