config.hard_due_date

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.hard_due_date_id_seq'::regclass)

name

text

No

ceiling_date

timestamp with time zone

No

forceto

boolean

No

owner

integer

No

Primary Key

(id)

Unique Constraints

  • hard_due_date_name_key: (name)

Indexes

Index Method Definition

hard_due_date_pkey PK

btree

CREATE UNIQUE INDEX hard_due_date_pkey ON config.hard_due_date USING btree (id)

hard_due_date_name_key UNIQUE

btree

CREATE UNIQUE INDEX hard_due_date_name_key ON config.hard_due_date USING btree (name)

Referenced By

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

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

config.circ_matrix_matchpoint

hard_due_date

id

circ_matrix_matchpoint_hard_due_date_fkey

config.hard_due_date_values

hard_due_date

id

hard_due_date_values_hard_due_date_fkey