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


Foorum documentation  | view source Contained in the Foorum distribution.

Index


NAME

Top

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

COLUMNS

Top

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

Top

Fayland Lam <fayland at gmail.com>


Foorum documentation  | view source Contained in the Foorum distribution.