vandelay.import_error

Columns

Column Type Nullable Default Notes

code PK

text

No

description

text

No

Primary Key

(code)

Indexes

Index Method Definition

import_error_pkey PK

btree

CREATE UNIQUE INDEX import_error_pkey ON vandelay.import_error USING btree (code)

Referenced By

The following tables have foreign keys pointing to vandelay.import_error (3 referencing table(s)):

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

vandelay.import_item

import_error

code

import_item_import_error_fkey

vandelay.queued_authority_record

import_error

code

queued_authority_record_import_error_fkey

vandelay.queued_bib_record

import_error

code

queued_bib_record_import_error_fkey