patron_list_patrons

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
patron_list_patron_id INT 10 null

unique identifier

patron_list_id INT 10 null
patron_lists.patron_list_id patron_list_patrons_ibfk_1C

the list this entry is part of

borrowernumber INT 10 null
borrowers.borrowernumber patron_list_patrons_ibfk_2C

the borrower that is part of this list

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc patron_list_patron_id
borrowernumber Performance Asc borrowernumber
patron_list_id Performance Asc patron_list_id

Relationships