config.marc_format

List of MARC formats supported by this Evergreen database. This exists primarily as a hook for future support of UNIMARC, though whether that will ever happen remains to be seen.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.marc_format_id_seq'::regclass)

code

text

No

name

text

No

Primary Key

(id)

Indexes

Index Method Definition

marc_format_pkey PK

btree

CREATE UNIQUE INDEX marc_format_pkey ON config.marc_format USING btree (id)

Referenced By

The following tables have foreign keys pointing to config.marc_format (2 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

config.marc_field

marc_format

id

marc_field_marc_format_fkey

config.marc_subfield

marc_format

id

marc_subfield_marc_format_fkey