The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Foorum::Schema::PollOption - Table 'poll_option'

COLUMNS

option_id

INT(11)

NOT NULL, PRIMARY KEY

poll_id

INT(11)

NOT NULL

text

VARCHAR(255)

vote_no

MEDIUMINT(8)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>