NAME

RackTables::Schema::Result::AttributeMap

ACCESSORS

objtype_id

  data_type: 'integer'
  default_value: 1
  extra: {unsigned => 1}
  is_nullable: 0

attr_id

  data_type: 'integer'
  default_value: 1
  extra: {unsigned => 1}
  is_foreign_key: 1
  is_nullable: 0

chapter_id

  data_type: 'integer'
  extra: {unsigned => 1}
  is_nullable: 1

RELATIONS

attr

Type: belongs_to

Related object: RackTables::Schema::Result::Attribute

attribute_values

Type: has_many

Related object: RackTables::Schema::Result::AttributeValue