<<

NAME

Koha::Schema::Result::Subscriptionroutinglist

TABLE: subscriptionroutinglist

ACCESSORS

routingid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

unique identifier assigned by Koha

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

foreign key from the borrowers table, defines with patron is on the routing list

ranking

  data_type: 'integer'
  is_nullable: 1

where the patron stands in line to receive the serial

subscriptionid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

foreign key from the subscription table, defines which subscription this routing list is for

PRIMARY KEY

UNIQUE CONSTRAINTS

subscriptionid

RELATIONS

borrowernumber

Type: belongs_to

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

subscriptionid

Type: belongs_to

Related object: Koha::Schema::Result::Subscription

<<