<<

NAME

Koha::Schema::Result::TmpHoldsqueue

TABLE: tmp_holdsqueue

ACCESSORS

biblionumber

  data_type: 'integer'
  is_nullable: 1

itemnumber

  data_type: 'integer'
  is_nullable: 1

barcode

  data_type: 'varchar'
  is_nullable: 1
  size: 20

surname

  data_type: 'mediumtext'
  is_nullable: 0

firstname

  data_type: 'text'
  is_nullable: 1

phone

  data_type: 'text'
  is_nullable: 1

borrowernumber

  data_type: 'integer'
  is_nullable: 0

cardnumber

  data_type: 'varchar'
  is_nullable: 1
  size: 16

reservedate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

title

  data_type: 'mediumtext'
  is_nullable: 1

itemcallnumber

  data_type: 'varchar'
  is_nullable: 1
  size: 255

holdingbranch

  data_type: 'varchar'
  is_nullable: 1
  size: 10

pickbranch

  data_type: 'varchar'
  is_nullable: 1
  size: 10

notes

  data_type: 'text'
  is_nullable: 1

item_level_request

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

<<