container.carousel_org_unit

Cascading Deletes: Deleting rows from this table will cascade to: container.carousel.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('container.carousel_org_unit_id_seq'::regclass)

carousel FK

integer

No

container.carousel(id)

override_name

text

Yes

org_unit FK

integer

No

actor.org_unit(id)

seq

integer

No

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

carousel

container.carousel(id)

CASCADE

NO ACTION

No

carousel_org_unit_carousel_fkey

org_unit

actor.org_unit(id)

NO ACTION

NO ACTION

No

carousel_org_unit_org_unit_fkey

Indexes

Index Method Definition

carousel_org_unit_pkey PK

btree

CREATE UNIQUE INDEX carousel_org_unit_pkey ON container.carousel_org_unit USING btree (id)