<<

NAME

Koha::Schema::Result::Illbatch

TABLE: illbatches

ACCESSORS

ill_batch_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

Batch ID

name

  data_type: 'varchar'
  is_nullable: 0
  size: 100

Unique name of batch

backend

  data_type: 'varchar'
  is_nullable: 0
  size: 20

Name of batch backend

patron_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

Patron associated with batch

library_id

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

Branch associated with batch

status_code

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 1
  size: 20

Status of batch

PRIMARY KEY

UNIQUE CONSTRAINTS

u_illbatches__name

RELATIONS

illrequests

Type: has_many

Related object: Koha::Schema::Result::Illrequest

library

Type: belongs_to

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

patron

Type: belongs_to

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

status_code

Type: belongs_to

Related object: Koha::Schema::Result::IllbatchStatus

<<