The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Schema::RackTables::0_20_11::Result::Config

COMPONENTS LOADED

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

PRIMARY KEY

RELATIONS

user_configs

Type: has_many

Related object: Schema::RackTables::0_20_11::Result::UserConfig