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

created

data_type: 'datetime'
set_on_create: 1
is_nullable: 0

last_modified

data_type: 'datetime'
set_on_create: 1
set_on_update: 1
is_nullable: 0

PRIMARY KEY

RELATIONS

Cart

Type: belongs_to

Related object: Interchange6::Schema::Result::Cart

Product

Type: belongs_to

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