marc_format

-1 rows


Description

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 Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('config.marc_format_id_seq'::regclass)
marc_field.marc_format marc_field_marc_format_fkey R
marc_subfield.marc_format marc_subfield_marc_format_fkey R
code text 2147483647 null
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
marc_format_pkey Primary key Asc id

Relationships