fud30_poll_opt - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_poll_opt. This table defines the options (answers) for each poll with the number of user that voted for each option.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
poll_id | int(11) | NO | MUL | 0 | References fud30_poll.id. |
name | varchar(255) | NO | - | - | Poll option name. |
votes | int(11) | NO | - | 0 |
Number of votes for this option. Was 'count' prior to 3.0.3. Renamed for Firebird compatibility. |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_poll_opt_i_p | NOT UNIQUE | poll_id | 1 |