NAME

Interchange6::Schema::Result::ProductAttribute

ACCESSORS

product_attributes_id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
primary key

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: 1
is_nullable: 0

RELATIONS

product

Type: belongs_to

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

attribute

Type: belongs_to

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

product_attribute_values

Type: has_many

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