NAME
Interchange6::Schema::Result::Inventory
TABLE: inventory
ACCESSORS
sku
data_type: 'varchar'
is_foreign_key: 1
is_nullable: 0
size: 32
quantity
data_type: 'integer'
default_value: 0
is_nullable: 0
PRIMARY KEY
RELATIONS
sku
Type: belongs_to
Related object: Interchange6::Schema::Result::Product