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

NAME

Foorum::Schema::Poll - Table 'poll'

COLUMNS

poll_id

INT(11)

NOT NULL, PRIMARY KEY

forum_id

INT(11)

NOT NULL

author_id

INT(11)

NOT NULL

multi

ENUM(1)

NOT NULL

anonymous

ENUM(1)

NOT NULL

time

INT(10)

duration

INT(10)

vote_no

MEDIUMINT(8)

NOT NULL

title

VARCHAR(128)

hit

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>