Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
import_record_id | INT | 10 | null |
|
|
||||||
matched_biblionumber | INT | 10 | √ | null |
|
|
|||||
control_number | VARCHAR | 25 | √ | null |
|
|
|||||
original_source | VARCHAR | 25 | √ | null |
|
|
|||||
title | LONGTEXT | 2147483647 | √ | null |
|
|
|||||
LONGTEXT | 2147483647 | √ | null |
|
|
||||||
isbn | LONGTEXT | 2147483647 | √ | null |
|
|
|||||
issn | LONGTEXT | 2147483647 | √ | null |
|
|
|||||
has_items | BIT | 0 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | import_record_id |
import_biblios_ibfk_1 | Performance | Asc | import_record_id |
isbn | Performance | Asc | isbn |
matched_biblionumber | Performance | Asc | matched_biblionumber |
title | Performance | Asc | title |