NAME
Interchange6::Schema::Result::MerchandisingProduct
ACCESSORS
merchandising_products_id
Primary key.
sku
FK on "sku" in Interchange6::Schema::Result::Product
sku_related
FK on "sku" in Interchange6::Schema::Result::Product
Is nullable.
type
Type, e.g.: related, also_viewed, also_bought.
UNIQUE CONSTRAINT
merchandising_products_sku_sku_related_type
RELATIONS
merchandising_attributes
Type: has_many
Related object: Interchange6::Schema::Result::MerchandisingAttribute
product
Type: belongs_to
Related object: Interchange6::Schema::Result::Product
product_related
Type: belongs_to
Related object: Interchange6::Schema::Result::Product