NAME
Interchange6::Schema::Result::ProductAttribute
ACCESSORS
product_attributes_id
Primary key.
sku
FK on "sku" in Interchange6::Schema::Result::Product.
attributes_id
FK on "attributes_id" in Interchange6::Schema::Result::Attribute.
canonical
Determines whether this attribute requires his own product.
Defaults to 1 (true).
UNIQUE CONSTRAINT
sku_attributes_id
RELATIONS
product
Type: belongs_to
Related object: Interchange6::Schema::Result::Product
attribute
Type: belongs_to
Related object: Interchange6::Schema::Result::Attribute
product_attribute_values
Type: has_many
Related object: Interchange6::Schema::Result::ProductAttributeValue