<<

NAME

Koha::Schema::Result::PatronList

TABLE: patron_lists

ACCESSORS

patron_list_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

owner

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

owner

Type: belongs_to

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

patron_list_patrons

Type: has_many

Related object: Koha::Schema::Result::PatronListPatron

<<