The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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