NAME

Interchange6::Schema::Result::Attribute

TABLE: attributes

ACCESSORS

attributes_id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

name

Attribute name, e.g. color or size.

data_type: 'varchar'
is_nullable: 0

type

Attribute type.

data_type: 'varchar'
default_value: (empty string)
is_nullable: 0

title

Displayed title for attribute name, e.g. Color or Size.

data_type: 'varchar'
default_value: (empty string)
is_nullable: 0

dynamic

Flag to designate the attribute as being dynamic.

data_type: 'boolean'
default_value: false
is_nullable: 0

priority

Display order priority.

data_type: 'integer'
default_value: 0
is_nullable: 0

PRIMARY KEY

RELATIONS

AttributeValue

Type: has_many

Related object: Interchange6::Schema::Result::AttributeValue

ProductAttribute

Type: has_many

Related object: Interchange6::Schema::Result::ProductAttribute