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

GnuCash::Schema::Result::Order

COMPONENTS LOADED

TABLE: orders

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

id

  data_type: 'text'
  is_nullable: 0
  size: 2048

notes

  data_type: 'text'
  is_nullable: 0
  size: 2048

reference

  data_type: 'text'
  is_nullable: 0
  size: 2048

active

  data_type: 'integer'
  is_nullable: 0

date_opened

  data_type: 'text'
  is_nullable: 0
  size: 19

date_closed

  data_type: 'text'
  is_nullable: 0
  size: 19

owner_type

  data_type: 'integer'
  is_nullable: 0

owner_guid

  data_type: 'text'
  is_nullable: 0
  size: 32

PRIMARY KEY