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

NAME

Foorum::Schema::UserSettings - Table 'user_settings'

COLUMNS

user_id

INT(11)

NOT NULL, PRIMARY KEY

type

VARCHAR(48)

NOT NULL, PRIMARY KEY

value

VARCHAR(48)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>