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

NAME

Foorum::Schema::Message - Table 'message'

COLUMNS

message_id

INT(11)

NOT NULL, PRIMARY KEY

from_id

INT(11)

NOT NULL

to_id

INT(11)

NOT NULL

title

VARCHAR(255)

NOT NULL

text

TEXT(65535)

NOT NULL

post_on

INT(11)

NOT NULL

post_ip

VARCHAR(32)

NOT NULL

from_status

ENUM(7)

NOT NULL, DEFAULT VALUE 'open'

to_status

ENUM(7)

NOT NULL, DEFAULT VALUE 'open'

AUTHOR

Fayland Lam <fayland at gmail.com>