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