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