NAME
Interchange6::Schema::Result::ProductClass
TABLE: product_classes
ACCESSORS
sku_class
data_type: 'varchar'
is_nullable: 0
size: 32
manufacturer
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 128
name
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
short_description
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
uri
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 500
active
data_type: 'boolean'
default_value: true
is_nullable: 0
PRIMARY KEY
RELATIONS
products
Type: has_many
Related object: Interchange6::Schema::Result::Product