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

COMPONENTS LOADED

TABLE: schedxactions

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

name

  data_type: 'text'
  is_nullable: 1
  size: 2048

enabled

  data_type: 'integer'
  is_nullable: 0

start_date

  data_type: 'text'
  is_nullable: 1
  size: 8

end_date

  data_type: 'text'
  is_nullable: 1
  size: 8

last_occur

  data_type: 'text'
  is_nullable: 1
  size: 8

num_occur

  data_type: 'integer'
  is_nullable: 0

rem_occur

  data_type: 'integer'
  is_nullable: 0

auto_create

  data_type: 'integer'
  is_nullable: 0

auto_notify

  data_type: 'integer'
  is_nullable: 0

adv_creation

  data_type: 'integer'
  is_nullable: 0

adv_notify

  data_type: 'integer'
  is_nullable: 0

instance_count

  data_type: 'integer'
  is_nullable: 0

template_act_guid

  data_type: 'text'
  is_nullable: 0
  size: 32

PRIMARY KEY