NAME
Interchange6::Schema::Result::ShipmentMethod
TABLE: shipment_methods
ACCESSORS
shipment_methods_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
min_weight
data_type: 'numeric'
default_value: 0.0
is_nullable: 0
size: [10,2]
max_weight
data_type: 'numeric'
default_value: 0.0
is_nullable: 0
size: [10,2]
shipment_carriers_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
active
data_type: 'boolean'
default_value: true
is_nullable: 0
PRIMARY KEY
RELATIONS
shipment_carrier
Type: belongs_to
Related object: Interchange6::Schema::Result::ShipmentCarrier
shipment_rates
Type: has_many
Related object: Interchange6::Schema::Result::ShipmentRate