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

NAME

Business::Cart::Generic::Schema::Result::WeightClassRule

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'weight_class_rules_id_seq'

from_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

to_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

rule

  data_type: 'numeric'
  is_nullable: 0
  size: [15,4]

RELATIONS

to

Type: belongs_to

Related object: Business::Cart::Generic::Schema::Result::WeightClass

from

Type: belongs_to

Related object: Business::Cart::Generic::Schema::Result::WeightClass