acq.edi_attr

Columns

Column Type Nullable Default Notes

key PK

text

No

label

text

No

Primary Key

(key)

Unique Constraints

  • edi_attr_label_key: (label)

Indexes

Index Method Definition

edi_attr_pkey PK

btree

CREATE UNIQUE INDEX edi_attr_pkey ON acq.edi_attr USING btree (key)

edi_attr_label_key UNIQUE

btree

CREATE UNIQUE INDEX edi_attr_label_key ON acq.edi_attr USING btree (label)

Referenced By

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

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

acq.edi_attr_set_map

attr

key

edi_attr_set_map_attr_fkey