container.copy_bucket_note

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

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

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('container.copy_bucket_note_id_seq'::regclass)

bucket FK

integer

No

container.copy_bucket(id)

note

text

No

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

bucket

container.copy_bucket(id)

CASCADE

CASCADE

DEFERRED

copy_bucket_note_bucket_fkey

Indexes

Index Method Definition

copy_bucket_note_pkey PK

btree

CREATE UNIQUE INDEX copy_bucket_note_pkey ON container.copy_bucket_note USING btree (id)