Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| locationId | INT | 10 | √ | null |  |  | A unique id for the non holdable location | |
| millenniumCode | VARCHAR | 5 | null |  |  | The internal 5 letter code within Millennium | ||
| holdingDisplay | VARCHAR | 30 | null |  |  | The text displayed in the holdings list within Millennium | ||
| availableAtCircDesk | TINYINT | 3 | null |  |  | The item is available if the patron visits the circulation desk. | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| non_holdable_locations_s_pk | Primary key | Asc | locationId | 
| PRIMARY | Must be unique | Asc | locationId | 
