Stores the eligibility lists, override lists, and exclude lists that can be entered on the Voter Eligibility page of SecurePoll.
mysql> describe securepoll_lists;+-----------+----------------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+-----------+----------------+------+-----+---------+-------+| li_name | varbinary(255) | YES | MUL | NULL | || li_member | int(11) | NO | MUL | NULL | |+-----------+----------------+------+-----+---------+-------+
Stores the election number and the type of list. The eligibility list maps to "need-list", the override list maps to "include-list", and the exclude list maps to "exclude-list". Examples:
1/list/exclude-list1/list/include-list1/list/need-list
Stores the user_id of the voter on that list.