container.copy_bucket_type ↑ container schema Columns Column Type Nullable Default Notes code PK text No label text No Primary Key (code) Unique Constraints copy_bucket_type_label_key: (label) Indexes Index Method Definition copy_bucket_type_pkey PK btree CREATE UNIQUE INDEX copy_bucket_type_pkey ON container.copy_bucket_type USING btree (code) copy_bucket_type_label_key UNIQUE btree CREATE UNIQUE INDEX copy_bucket_type_label_key ON container.copy_bucket_type USING btree (label) Referenced By The following tables have foreign keys pointing to container.copy_bucket_type (1 referencing table(s)): Table Referencing Column(s) Referenced Column(s) Constraint container.copy_bucket btype code copy_bucket_btype_fkey