Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||||
borrowernumber | INT | 10 | null |
|
|
|||||
biblionumber | INT | 10 | null |
|
|
|||||
itemnumber | INT | 10 | √ | null |
|
|
||||
branchcode | VARCHAR | 10 | √ | null |
|
|
||||
title | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
MEDIUMTEXT | 16777215 | √ | null |
|
|
|||||
volume | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
issue | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
date | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
pages | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
chapters | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
patron_notes | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
status | enum('PENDING', 'PROCESSING', 'COMPLETED', 'CANCELED') | 10 | PENDING |
|
|
|||||
notes | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
created_on | TIMESTAMP | 19 | √ | null |
|
|
Be careful with two timestamps in one table not allowing NULL |
|||
updated_on | TIMESTAMP | 19 | current_timestamp() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
biblionumber | Performance | Asc | biblionumber |
borrowernumber | Performance | Asc | borrowernumber |
branchcode | Performance | Asc | branchcode |
itemnumber | Performance | Asc | itemnumber |