NAME

GnuCash::Schema::Result::Price

COMPONENTS LOADED

TABLE: prices

ACCESSORS

guid

data_type: 'text'
is_nullable: 0
size: 32

commodity_guid

data_type: 'text'
is_nullable: 0
size: 32

currency_guid

data_type: 'text'
is_nullable: 0
size: 32

date

data_type: 'text'
is_nullable: 0
size: 19

source

data_type: 'text'
is_nullable: 1
size: 2048

type

data_type: 'text'
is_nullable: 1
size: 2048

value_num

data_type: 'bigint'
is_nullable: 0

value_denom

data_type: 'bigint'
is_nullable: 0

PRIMARY KEY