NAME
Interchange6::Schema::Result::Shipment
ACCESSORS
shipments_id
Primary key.
tracking_number
Tracking number. Defaults to empty string.
shipment_carriers_id
FK on "shipment_carriers_id" in Interchange6::Schema::Result::ShipmentCarrier.
shipment_methods_id
FK on "shipment_methods_id" in Interchange6::Schema::Result::ShipmentMethod.
created
Date and time when this record was created returned as DateTime object. Value is auto-set on insert.
last_modified
Date and time when this record was last modified returned as DateTime object. Value is auto-set on insert and update.
RELATIONS
shipment_carrier
Type: belongs_to
Related object: Interchange6::Schema::Result::ShipmentCarrier
shipment_method
Type: belongs_to
Related object: Interchange6::Schema::Result::ShipmentMethod