config.hard_due_date_values

Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: hard_due_date_values_hard_due_date_fkey.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.hard_due_date_values_id_seq'::regclass)

hard_due_date FK

integer

No

config.hard_due_date(id)

ceiling_date

timestamp with time zone

No

active_date

timestamp with time zone

No

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

hard_due_date

config.hard_due_date(id)

NO ACTION

NO ACTION

DEFERRED

hard_due_date_values_hard_due_date_fkey

Indexes

Index Method Definition

hard_due_date_values_pkey PK

btree

CREATE UNIQUE INDEX hard_due_date_values_pkey ON config.hard_due_date_values USING btree (id)