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

NAME

Foorum::Schema::LogError - Table 'log_error'

COLUMNS

error_id

INT(11)

NOT NULL, PRIMARY KEY

level

SMALLINT(1)

NOT NULL, DEFAULT VALUE '1'

text

TEXT(65535)

NOT NULL

time

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>