The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Interchange6::Schema::Result::OrderlinesShipping

TABLE: orderlines_shipping

ACCESSORS

orderlines_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

addresses_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

shipments_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

Address

Type: belongs_to

Related object: Interchange6::Schema::Result::Address

Orderline

Type: belongs_to

Related object: Interchange6::Schema::Result::Orderline

Shipment

Type: belongs_to

Related object: Interchange6::Schema::Result::Shipment