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

NAME

Foorum::Schema::UserProfilePhoto - Table 'user_profile_photo'

COLUMNS

user_id

INT(11)

NOT NULL, PRIMARY KEY

type

ENUM(6)

NOT NULL, DEFAULT VALUE 'upload'

value

VARCHAR(255)

NOT NULL

width

SMALLINT(6)

NOT NULL

height

SMALLINT(6)

NOT NULL

time

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>