The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Interchange6::Schema::Result::NavigationProduct

ACCESSORS

sku

Foreign constraint on "sku" in Interchange6::Schema::Result::Product via "product" relationship.

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

Type: belongs_to

Related object: Interchange6::Schema::Result::Navigation

product

Type: belongs_to

Related object: Interchange6::Schema::Result::Product