Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
biblionumber | INT | 10 | √ | null |
|
|
unique identifier assigned to each bibliographic record |
|||
frameworkcode | VARCHAR | 4 |
|
|
foriegn key from the biblio_framework table to identify which framework was used in cataloging this record |
|||||
author | LONGTEXT | 2147483647 | √ | null |
|
|
statement of responsibility from MARC record (100$a in MARC21) |
|||
title | LONGTEXT | 2147483647 | √ | null |
|
|
title (without the subtitle) from the MARC record (245$a in MARC21) |
|||
medium | LONGTEXT | 2147483647 | √ | null |
|
|
medium from the MARC record (245$h in MARC21) |
|||
subtitle | LONGTEXT | 2147483647 | √ | null |
|
|
remainder of the title from the MARC record (245$b in MARC21) |
|||
part_number | LONGTEXT | 2147483647 | √ | null |
|
|
part number from the MARC record (245$n in MARC21) |
|||
part_name | LONGTEXT | 2147483647 | √ | null |
|
|
part name from the MARC record (245$p in MARC21) |
|||
unititle | LONGTEXT | 2147483647 | √ | null |
|
|
uniform title (without the subtitle) from the MARC record (240$a in MARC21) |
|||
notes | LONGTEXT | 2147483647 | √ | null |
|
|
values from the general notes field in the MARC record (500$a in MARC21) split by bar (|) |