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

ACCESSORS

varname

data_type: 'char'
is_foreign_key: 1
is_nullable: 0
size: 32

varvalue

data_type: 'text'
is_nullable: 0

user

data_type: 'char'
is_foreign_key: 1
is_nullable: 0
size: 64

RELATIONS

varname

Type: belongs_to

Related object: RackTables::Schema::Result::Config

user

Type: belongs_to

Related object: RackTables::Schema::Result::UserAccount