container.user_bucket_type

Columns

Column Type Nullable Default Notes

code PK

text

No

label

text

No

Primary Key

(code)

Unique Constraints

  • user_bucket_type_label_key: (label)

Indexes

Index Method Definition

user_bucket_type_pkey PK

btree

CREATE UNIQUE INDEX user_bucket_type_pkey ON container.user_bucket_type USING btree (code)

user_bucket_type_label_key UNIQUE

btree

CREATE UNIQUE INDEX user_bucket_type_label_key ON container.user_bucket_type USING btree (label)

Referenced By

The following tables have foreign keys pointing to container.user_bucket_type (1 referencing table(s)):

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

container.user_bucket

btype

code

user_bucket_btype_fkey