Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
imagenumber | INT | 10 | √ | null |
|
|
unique identifier for the image |
|||
biblionumber | INT | 10 | null |
|
|
foreign key from biblio table to link to biblionumber |
||||
mimetype | VARCHAR | 15 | null |
|
|
image type |
||||
imagefile | MEDIUMBLOB | 16777215 | null |
|
|
image file contents |
||||
thumbnail | MEDIUMBLOB | 16777215 | null |
|
|
thumbnail file contents |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | imagenumber |
bibliocoverimage_fk1 | Performance | Asc | biblionumber |