config.openathens_uid_field

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.openathens_uid_field_id_seq'::regclass)

name

text

No

Primary Key

(id)

Indexes

Index Method Definition

openathens_uid_field_pkey PK

btree

CREATE UNIQUE INDEX openathens_uid_field_pkey ON config.openathens_uid_field USING btree (id)

Referenced By

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

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

config.openathens_identity

unique_identifier

id

openathens_identity_unique_identifier_fkey