Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
|||||
description | VARCHAR | 80 | √ | NULL |
|
|
|||||
isDefault | TINYINT | 3 | √ | 0 |
|
|
|||||
sendEmailToPatron | TINYINT | 3 | √ | NULL |
|
|
|||||
emailTemplate | MEDIUMTEXT | 16777215 | √ | NULL |
|
|
|||||
isOpen | TINYINT | 3 | √ | NULL |
|
|
|||||
isPatronCancel | TINYINT | 3 | √ | NULL |
|
|
|||||
libraryId | INT | 10 | √ | -1 |
|
|
|||||
checkForHolds | TINYINT | 3 | √ | 0 |
|
|
|||||
holdPlacedSuccessfully | TINYINT | 3 | √ | 0 |
|
|
|||||
holdFailed | TINYINT | 3 | √ | 0 |
|
|
|||||
holdNotNeeded | TINYINT | 3 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
materials_request_status_s_pk | Primary key | Asc | id |
isDefault | Performance | Asc | isDefault |
isDefault_2 | Performance | Asc | isDefault |
isDefault_3 | Performance | Asc | isDefault |
isOpen | Performance | Asc | isOpen |
isOpen_2 | Performance | Asc | isOpen |
isOpen_3 | Performance | Asc | isOpen |
isPatronCancel | Performance | Asc | isPatronCancel |
isPatronCancel_2 | Performance | Asc | isPatronCancel |
isPatronCancel_3 | Performance | Asc | isPatronCancel |
libraryId | Performance | Asc | libraryId |
PRIMARY | Must be unique | Asc | id |