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
title
Displayed title for attribute name, e.g. Color or Size.
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
PRIMARY KEY
RELATIONS
AttributeValue
Type: has_many
Related object: Interchange6::Schema::Result::AttributeValue