Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||||
club_id | INT | 10 | null |
|
|
id for the club the hold was generated for |
||||
biblio_id | INT | 10 | null |
|
|
id for the bibliographic record the hold has been placed against |
||||
item_id | INT | 10 | √ | null |
|
|
If item-level, the id for the item the hold has been placed agains |
|||
date_created | TIMESTAMP | 19 | current_timestamp() |
|
|
Timestamp for the placed hold |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
clubs_holds_ibfk_1 | Performance | Asc | club_id |
clubs_holds_ibfk_2 | Performance | Asc | biblio_id |
clubs_holds_ibfk_3 | Performance | Asc | item_id |