NAME
Interchange6::Schema::Result::NavigationProduct
ACCESSORS
sku
Foreign constraint on "sku" in Interchange6::Schema::Result::Product via "product" relationship.
navigation_id
Foreign constraint on "navigation_id" in Interchange6::Schema::Result::Navigation via "navigation" relationship.
type
Can be used to cache the value held in "type" in Interchange6::Schema::Result::Navigation though usually ignored.
Column is nullable.
priority
Priority (higher number is higher priority) is used to define which category (or other "type" in Interchange6::Schema::Result::Navigation) should be used when constructing "path" in Interchange6::Schema::Result::Product.
Default is 0.
PRIMARY KEY
RELATIONS
navigation
Type: belongs_to
Related object: Interchange6::Schema::Result::Navigation
product
Type: belongs_to
Related object: Interchange6::Schema::Result::Product