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::ForumSettings - Table 'forum_settings'

COLUMNS

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