acq.lineitem_provider_attr_definition

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

Columns

Column Type Nullable Default Notes

id PK

bigint

No

nextval('acq.lineitem_attr_definition_id_seq'::regclass)

code

text

No

description

text

No

remove

text

No

''::text

ident

boolean

No

false

xpath

text

No

provider FK

integer

No

acq.provider(id)

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

provider

acq.provider(id)

NO ACTION

NO ACTION

DEFERRED

lineitem_provider_attr_definition_provider_fkey

Indexes

Index Method Definition

lineitem_provider_attr_definition_pkey PK

btree

CREATE UNIQUE INDEX lineitem_provider_attr_definition_pkey ON acq.lineitem_provider_attr_definition USING btree (id)