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


Foorum documentation  | view source Contained in the Foorum distribution.

Index


NAME

Top

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

COLUMNS

Top

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

Top

Fayland Lam <fayland at gmail.com>


Foorum documentation  | view source Contained in the Foorum distribution.