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