<<

NAME

Koha::Schema::Result::Subscriptionroutinglist

TABLE: subscriptionroutinglist

ACCESSORS

routingid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

ranking

  data_type: 'integer'
  is_nullable: 1

subscriptionid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

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

<<