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

NAME

Foorum::Schema::SecurityCode - Table 'security_code'

COLUMNS

security_code_id

INT(11)

NOT NULL, PRIMARY KEY

user_id

INT(11)

NOT NULL

type

TINYINT(1)

NOT NULL

code

VARCHAR(12)

NOT NULL

time

INT(11)

NOT NULL

note

VARCHAR(255)

AUTHOR

Fayland Lam <fayland at gmail.com>