The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>