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::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>