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

COMPONENTS LOADED

TABLE: recurrences

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

obj_guid

  data_type: 'text'
  is_nullable: 0
  size: 32

recurrence_mult

  data_type: 'integer'
  is_nullable: 0

recurrence_period_type

  data_type: 'text'
  is_nullable: 0
  size: 2048

recurrence_period_start

  data_type: 'text'
  is_nullable: 0
  size: 8

recurrence_weekend_adjust

  data_type: 'text'
  is_nullable: 0
  size: 2048

PRIMARY KEY