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

NAME

Foorum::Schema::ScheduledEmail - Table 'scheduled_email'

COLUMNS

email_id

INT(11)

NOT NULL, PRIMARY KEY

email_type

VARCHAR(24)

processed

ENUM(1)

NOT NULL, DEFAULT VALUE 'N'

from_email

VARCHAR(128)

to_email

VARCHAR(128)

subject

TEXT(65535)

plain_body

TEXT(65535)

html_body

TEXT(65535)

time

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>