<<

NAME

Koha::Schema::Result::PatronListPatron

TABLE: patron_list_patrons

ACCESSORS

patron_list_patron_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

patron_list_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

patron_list

Type: belongs_to

Related object: Koha::Schema::Result::PatronList

<<