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

COMPONENTS LOADED

TABLE: slots

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

obj_guid

  data_type: 'text'
  is_nullable: 0
  size: 32

name

  data_type: 'text'
  is_nullable: 0
  size: 4096

slot_type

  data_type: 'integer'
  is_nullable: 0

int64_val

  data_type: 'bigint'
  is_nullable: 1

string_val

  data_type: 'text'
  is_nullable: 1
  size: 4096

double_val

  data_type: 'float8'
  is_nullable: 1

timespec_val

  data_type: 'text'
  is_nullable: 1
  size: 19

guid_val

  data_type: 'text'
  is_nullable: 1
  size: 32

numeric_val_num

  data_type: 'bigint'
  is_nullable: 1

numeric_val_denom

  data_type: 'bigint'
  is_nullable: 1

gdate_val

  data_type: 'text'
  is_nullable: 1
  size: 8

PRIMARY KEY