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

NAME

Interchange6::Schema::Result::ShipmentRate

TABLE: shipment_rates

ACCESSORS

shipment_rates_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

zones_id

  type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

weight

  data_type: 'numeric'
  default_value: 0.0
  is_nullable: 0
  size: [10,2]

price

  data_type: 'numeric'
  default_value: 0.0
  is_nullable: 0
  size: [10,2]

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

Zone

Type: belongs_to

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