Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
|||||
biblionumber | INT | 10 | null |
|
|
||||||
format | VARCHAR | 16 | null |
|
|
||||||
schema | VARCHAR | 16 | null |
|
|
||||||
metadata | LONGTEXT | 2147483647 | null |
|
|
||||||
timestamp | TIMESTAMP | 19 | current_timestamp() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
deletedbiblio_metadata_uniq_key | Must be unique | Asc/Asc/Asc | biblionumber + format + schema |
timestamp | Performance | Asc | timestamp |