NAME
Interchange6::Schema::Result::CartProduct
TABLE: cart_products
ACCESSORS
carts_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
sku
data_type: 'varchar'
is_foreign_key: 1
is_nullable: 0
size: 32
cart_position
data_type: 'integer'
is_nullable: 0
quantity
data_type: 'integer'
default_value: 1
is_nullable: 0
when_added
data_type: 'timestamp'
is_nullable: 0
PRIMARY KEY
RELATIONS
cart
Type: belongs_to
Related object: Interchange6::Schema::Result::Cart
sku
Type: belongs_to
Related object: Interchange6::Schema::Result::Product