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

NAME

Interchange6::Schema::Result::ShipmentCarrier

TABLE: shipment_carriers

ACCESSORS

shipment_carriers_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 255

title

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 255

account_number

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 255

active

  data_type: 'boolean'
  default_value: true
  is_nullable: 0

PRIMARY KEY

RELATIONS

ShipmentMethod

Type: has_many

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