NAME
Sample::Schema::Result::OrderItem
COMPONENTS LOADED
TABLE: order_item
ACCESSORS
order_item_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
item_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
order_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
price
data_type: 'real'
is_nullable: 0
PRIMARY KEY
RELATIONS
item
Type: belongs_to
Related object: Sample::Schema::Result::Item
order
Type: belongs_to
Related object: Sample::Schema::Result::Order