vandelay.import_bib_trash_group

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('vandelay.import_bib_trash_group_id_seq'::regclass)

owner FK

integer

No

actor.org_unit(id)

label

text

No

always_apply

boolean

No

false

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

owner

actor.org_unit(id)

NO ACTION

NO ACTION

No

import_bib_trash_group_owner_fkey

Unique Constraints

  • vand_import_bib_trash_grp_owner_label: (owner, label)

Indexes

Index Method Definition

import_bib_trash_group_pkey PK

btree

CREATE UNIQUE INDEX import_bib_trash_group_pkey ON vandelay.import_bib_trash_group USING btree (id)

vand_import_bib_trash_grp_owner_label UNIQUE

btree

CREATE UNIQUE INDEX vand_import_bib_trash_grp_owner_label ON vandelay.import_bib_trash_group USING btree (owner, label)

Referenced By

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

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

vandelay.import_bib_trash_fields

grp

id

import_bib_trash_fields_grp_fkey