NAME

GnuCash::Schema::Result::Commodity

COMPONENTS LOADED

TABLE: commodities

ACCESSORS

guid

data_type: 'text'
is_nullable: 0
size: 32

namespace

data_type: 'text'
is_nullable: 0
size: 2048

mnemonic

data_type: 'text'
is_nullable: 0
size: 2048

fullname

data_type: 'text'
is_nullable: 1
size: 2048

cusip

data_type: 'text'
is_nullable: 1
size: 2048

fraction

data_type: 'integer'
is_nullable: 0

quote_flag

data_type: 'integer'
is_nullable: 0

quote_source

data_type: 'text'
is_nullable: 1
size: 2048

quote_tz

data_type: 'text'
is_nullable: 1
size: 2048

PRIMARY KEY