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

NAME

Interchange6::Schema::Result::ShipmentDestination

TABLE: shipment_destinations

ACCESSORS

shipment_destinations_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

zones_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

shipment_methods_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

active

  data_type: 'boolean'
  default_value: true
  is_nullable: 0

PRIMARY KEY

RELATIONS

Zone

Type: belongs_to

Related object: Interchange6::Schema::Result::Zone

ShipmentMethod

Type: belongs_to

Related object: Interchange6::Schema::Result::ShipmentMethod