NAME
Interchange6::Schema::Result::Shipment
TABLE: shipments
ACCESSORS
shipments_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
tracking_number
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
shipment_carriers_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
shipment_method_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
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
shipment_carrier
Type: belongs_to
Related object: Interchange6::Schema::Result::ShipmentCarrier
shipment_method
Type: belongs_to
Related object: Interchange6::Schema::Result::ShipmentMethod