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::OrderHistory

ACCESSORS

id

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

order_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

order_status_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

customer_notified_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

comment

  data_type: 'text'
  is_nullable: 1

date_added

  data_type: 'timestamp'
  is_nullable: 0

date_modified

  data_type: 'timestamp'
  is_nullable: 0

RELATIONS

order

Type: belongs_to

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

order_status

Type: belongs_to

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

customer_notified

Type: belongs_to

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