config.hold_type

Columns

Column Type Nullable Default Notes

id

integer

No

nextval('config.hold_type_id_seq'::regclass)

hold_type

text

Yes

description

text

Yes

Unique Constraints

  • hold_type_hold_type_key: (hold_type)

Indexes

Index Method Definition

hold_type_hold_type_key UNIQUE

btree

CREATE UNIQUE INDEX hold_type_hold_type_key ON config.hold_type USING btree (hold_type)

Referenced By

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

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

action.hold_request

hold_type

hold_type

hold_request_hold_type_fkey