NAME

Interchange6::Schema::Result::Inventory

ACCESSORS

sku

data_type: 'varchar'
is_foreign_key: 1
is_nullable: 0
size: 64
primary key

quantity

This is the quantity currently held in stock.

data_type: 'integer'
default_value: 0
is_nullable: 0

RELATIONS

product

Type: belongs_to

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