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

COMPONENTS LOADED

TABLE: employees

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

username

  data_type: 'text'
  is_nullable: 0
  size: 2048

id

  data_type: 'text'
  is_nullable: 0
  size: 2048

language

  data_type: 'text'
  is_nullable: 0
  size: 2048

acl

  data_type: 'text'
  is_nullable: 0
  size: 2048

active

  data_type: 'integer'
  is_nullable: 0

currency

  data_type: 'text'
  is_nullable: 0
  size: 32

ccard_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

workday_num

  data_type: 'bigint'
  is_nullable: 0

workday_denom

  data_type: 'bigint'
  is_nullable: 0

rate_num

  data_type: 'bigint'
  is_nullable: 0

rate_denom

  data_type: 'bigint'
  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

PRIMARY KEY