<<

NAME

Koha::Schema::Result::Currency

TABLE: currency

ACCESSORS

currency

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 10

symbol

  data_type: 'varchar'
  is_nullable: 1
  size: 5

isocode

  data_type: 'varchar'
  is_nullable: 1
  size: 5

timestamp

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

rate

  data_type: 'float'
  is_nullable: 1
  size: [15,5]

active

  data_type: 'tinyint'
  is_nullable: 1

PRIMARY KEY

RELATIONS

aqbooksellers_invoiceprices

Type: has_many

Related object: Koha::Schema::Result::Aqbookseller

aqbooksellers_listprices

Type: has_many

Related object: Koha::Schema::Result::Aqbookseller

<<