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: 64

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

product_attribute

Type: belongs_to

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

product_attribute_values

Type: has_many

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

products

Type: many_to_many

Composing rels: "product_attributes" -> product