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

COMPONENTS LOADED

TABLE: customers

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

name

  data_type: 'text'
  is_nullable: 0
  size: 2048

id

  data_type: 'text'
  is_nullable: 0
  size: 2048

notes

  data_type: 'text'
  is_nullable: 0
  size: 2048

active

  data_type: 'integer'
  is_nullable: 0

discount_num

  data_type: 'bigint'
  is_nullable: 0

discount_denom

  data_type: 'bigint'
  is_nullable: 0

credit_num

  data_type: 'bigint'
  is_nullable: 0

credit_denom

  data_type: 'bigint'
  is_nullable: 0

currency

  data_type: 'text'
  is_nullable: 0
  size: 32

tax_override

  data_type: 'integer'
  is_nullable: 0

addr_name

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr1

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr2

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr3

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr4

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_phone

  data_type: 'text'
  is_nullable: 1
  size: 128

addr_fax

  data_type: 'text'
  is_nullable: 1
  size: 128

addr_email

  data_type: 'text'
  is_nullable: 1
  size: 256

shipaddr_name

  data_type: 'text'
  is_nullable: 1
  size: 1024

shipaddr_addr1

  data_type: 'text'
  is_nullable: 1
  size: 1024

shipaddr_addr2

  data_type: 'text'
  is_nullable: 1
  size: 1024

shipaddr_addr3

  data_type: 'text'
  is_nullable: 1
  size: 1024

shipaddr_addr4

  data_type: 'text'
  is_nullable: 1
  size: 1024

shipaddr_phone

  data_type: 'text'
  is_nullable: 1
  size: 128

shipaddr_fax

  data_type: 'text'
  is_nullable: 1
  size: 128

shipaddr_email

  data_type: 'text'
  is_nullable: 1
  size: 256

terms

  data_type: 'text'
  is_nullable: 1
  size: 32

tax_included

  data_type: 'integer'
  is_nullable: 1

taxtable

  data_type: 'text'
  is_nullable: 1
  size: 32

PRIMARY KEY