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::UserForum - Table 'user_forum'

COLUMNS

user_id

INT(11)

NOT NULL, PRIMARY KEY

forum_id

INT(11)

NOT NULL, PRIMARY KEY

status

ENUM(9)

NOT NULL, DEFAULT VALUE 'user'

time

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>