Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
titleId | INT | 10 | √ | NULL |
|
|
||
libraryPrefix | VARCHAR | 50 | √ | NULL |
|
|
||
ownedQty | INT | 10 | √ | NULL |
|
|
||
totalHolds | INT | 10 | √ | NULL |
|
|
||
settingId | INT | 10 | √ | NULL |
|
|
||
rawChecksum | BIGINT | 19 | √ | NULL |
|
|
||
rawResponse | LONGTEXT | 2147483647 | √ | NULL |
|
|
||
lastChange | INT | 10 | null |
|
|
|||
available | TINYINT | 3 | √ | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
axis360_title_availability_s_pk | Primary key | Asc | id |
libraryPrefix | Performance | Asc | libraryPrefix |
PRIMARY | Must be unique | Asc | id |
titleId | Must be unique | Asc/Asc | titleId + settingId |