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

RackTables::Schema::Result::Config

ACCESSORS

varname

data_type: 'char'
is_nullable: 0
size: 32

varvalue

data_type: 'text'
is_nullable: 0

vartype

data_type: 'enum'
default_value: 'string'
extra: {list => ["string","uint"]}
is_nullable: 0

emptyok

data_type: 'enum'
default_value: 'no'
extra: {list => ["yes","no"]}
is_nullable: 0

is_hidden

data_type: 'enum'
default_value: 'yes'
extra: {list => ["yes","no"]}
is_nullable: 0

is_userdefined

data_type: 'enum'
default_value: 'no'
extra: {list => ["yes","no"]}
is_nullable: 0

description

data_type: 'text'
is_nullable: 1

RELATIONS

user_configs

Type: has_many

Related object: RackTables::Schema::Result::UserConfig