NAME
Interchange6::Schema::Result::AttributeValue
TABLE: attribute_values
ACCESSORS
attribute_values_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
attributes_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
value
Value name, e.g. red or white.
data_type: 'varchar'
is_nullable: 0
title
Displayed title for attribute value, e.g. Red or White.
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
priority
Display order priority.
data_type: 'integer'
default_value: 0
is_nullable: 0
PRIMARY KEY
RELATIONS
Attribute
Type: belongs_to
Related object: Interchange6::Schema::Result::Attribute
ProductAttribute
Type: has_many
Related object: Interchange6::Schema::Result::ProductAttribute