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

COMPONENTS LOADED

TABLE: jobs

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

id

  data_type: 'text'
  is_nullable: 0
  size: 2048

name

  data_type: 'text'
  is_nullable: 0
  size: 2048

reference

  data_type: 'text'
  is_nullable: 0
  size: 2048

active

  data_type: 'integer'
  is_nullable: 0

owner_type

  data_type: 'integer'
  is_nullable: 1

owner_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

PRIMARY KEY