acq.claim_policy

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

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('acq.claim_policy_id_seq'::regclass)

org_unit FK

integer

No

actor.org_unit(id)

name

text

No

description

text

No

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

org_unit

actor.org_unit(id)

NO ACTION

NO ACTION

DEFERRED

claim_policy_org_unit_fkey

Unique Constraints

  • name_once_per_org: (org_unit, name)

Indexes

Index Method Definition

claim_policy_pkey PK

btree

CREATE UNIQUE INDEX claim_policy_pkey ON acq.claim_policy USING btree (id)

name_once_per_org UNIQUE

btree

CREATE UNIQUE INDEX name_once_per_org ON acq.claim_policy USING btree (org_unit, name)

Referenced By

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

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

acq.claim_policy_action

claim_policy

id

claim_policy_action_claim_policy_fkey

acq.lineitem

claim_policy

id

lineitem_claim_policy_fkey

acq.provider

default_claim_policy

id

provider_default_claim_policy_fkey