<<

NAME

Koha::Schema::Result::Illrequest

TABLE: illrequests

ACCESSORS

illrequest_id

  data_type: 'bigint'
  extra: {unsigned => 1}
  is_auto_increment: 1
  is_nullable: 0

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

biblio_id

  data_type: 'integer'
  is_nullable: 1

branchcode

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 50

status

  data_type: 'varchar'
  is_nullable: 1
  size: 50

placed

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

replied

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

updated

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

completed

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

medium

  data_type: 'varchar'
  is_nullable: 1
  size: 30

accessurl

  data_type: 'varchar'
  is_nullable: 1
  size: 500

cost

  data_type: 'varchar'
  is_nullable: 1
  size: 20

notesopac

  data_type: 'text'
  is_nullable: 1

notesstaff

  data_type: 'text'
  is_nullable: 1

orderid

  data_type: 'varchar'
  is_nullable: 1
  size: 50

backend

  data_type: 'varchar'
  is_nullable: 1
  size: 20

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

branchcode

Type: belongs_to

Related object: Koha::Schema::Result::Branch

illrequestattributes

Type: has_many

Related object: Koha::Schema::Result::Illrequestattribute

<<