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

NAME

Foorum::Schema::Forum - Table 'forum'

COLUMNS

forum_id

INT(11)

NOT NULL, PRIMARY KEY

forum_code

VARCHAR(25)

NOT NULL

name

VARCHAR(100)

NOT NULL

description

VARCHAR(255)

NOT NULL

forum_type

VARCHAR(16)

NOT NULL

policy

ENUM(9)

NOT NULL, DEFAULT VALUE 'public'

total_members

INT(8)

NOT NULL

total_topics

INT(11)

NOT NULL

total_replies

INT(11)

NOT NULL

status

ENUM(7)

NOT NULL, DEFAULT VALUE 'healthy'

last_post_id

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>