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::Variables - Table 'variables'

COLUMNS

type

ENUM(6)

NOT NULL, PRIMARY KEY, DEFAULT VALUE 'global'

name

VARCHAR(32)

NOT NULL, PRIMARY KEY

value

VARCHAR(255)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>