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

COMPONENTS LOADED

TABLE: budget_amounts

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

budget_guid

  data_type: 'text'
  is_nullable: 0
  size: 32

account_guid

  data_type: 'text'
  is_nullable: 0
  size: 32

period_num

  data_type: 'integer'
  is_nullable: 0

amount_num

  data_type: 'bigint'
  is_nullable: 0

amount_denom

  data_type: 'bigint'
  is_nullable: 0

PRIMARY KEY