Volume
bib_record_volume_record_link
Each row of bib_record_volume_record_link identifies a linked bibliographic and volume record pair.
|
Column |
Data Type |
Not NULL? |
Comment |
|---|---|---|---|
|
id |
bigint |
false |
System-generated sequential ID. |
|
bib_record_id |
bigint |
false |
Foreign key to bib_record. |
|
volume_record_id |
bigint |
false |
Foreign key to volume_record. |
|
volumes_display_order |
int |
false |
Integer to manage the display order of a volumes list. |
volume_record
Each row of volume_record identifies a specific volume record.
|
Column |
Data Type |
Not NULL? |
Comment |
|---|---|---|---|
|
id |
bigint |
false |
System-generated sequential ID. |
|
record_id |
bigint |
false |
Foreign key to record. |
|
sort_order |
int |
false |
Integer to manage the display order of a list. |
|
is_suppressed |
boolean |
false |
Specifies whether the record is suppressed from public display. |
volume_view
Each row of volume_view identifies a volume record.
|
Column |
Data Type |
Not NULL? |
Comment |
|---|---|---|---|
|
id |
bigint |
false |
System-generated sequential ID. |
|
record_type_code |
char |
false |
Record type code, i.e., 'j'. |
|
record_num |
int |
false |
Record number. |
|
sort_order |
int |
false |
Integer to manage the display order of a list. |
|
is_suppressed |
boolean |
false |
Specifies whether the record is suppressed from public display. |
|
record_creation_date_gmt |
timestamptz |
false |
Record creation date. |