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