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
size: 255

title

Displayed title for attribute value, e.g. Red or White.

data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255

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

product_attribute_values

Type: has_many

Related object: Interchange6::Schema::Result::ProductAttributeValue

user_attribute_values

Type: has_many

Related object: Interchange6::Schema::Result::UserAttributeValue

Type: has_many

Related object: Interchange6::Schema::Result::NavigationAttributeValue