<<

NAME

Koha::Schema::Result::TmpHoldsqueue

TABLE: tmp_holdsqueue

ACCESSORS

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

itemnumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

barcode

  data_type: 'varchar'
  is_nullable: 1
  size: 20

surname

  data_type: 'longtext'
  is_nullable: 0

firstname

  data_type: 'mediumtext'
  is_nullable: 1

phone

  data_type: 'mediumtext'
  is_nullable: 1

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

cardnumber

  data_type: 'varchar'
  is_nullable: 1
  size: 32

reservedate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

title

  data_type: 'longtext'
  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: 'mediumtext'
  is_nullable: 1

item_level_request

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

timestamp

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

date and time this entry as added/last updated

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

Related object: Koha::Schema::Result::Biblio

borrowernumber

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

itemnumber

Type: belongs_to

Related object: Koha::Schema::Result::Item

<<