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 |
|
|
the list this entry is part of |
||||
borrowernumber | INT | 10 | null |
|
|
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 |