NAME

Interchange6::Schema::Result::ProductAttribute

TABLE: product_attributes

ACCESSORS

product_attributes_id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

sku

data_type: 'varchar'
is_foreign_key: 1
is_nullable: 0
size: 32

attributes_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

canonical

Determines whether this attribute requires his own product.

data_type: 'boolean'
default_value: true
is_nullable: 0

PRIMARY KEY

RELATIONS

Product

Type: belongs_to

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

ProductAttribute

Type: belongs_to

Related object: Interchange6::Schema::Result::Attribute

ProductAttributeValue

Type: has_many

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

skus

Type: many_to_many

Composing rels: "ProductAttributes" -> Product