copy_bucket

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('container.copy_bucket_id_seq'::regclass)
copy_bucket_item.bucket copy_bucket_item_bucket_fkey C
copy_bucket_note.bucket copy_bucket_note_bucket_fkey C
owner int4 10 null
usr.id copy_bucket_owner_fkey C
name text 2147483647 null
btype text 2147483647 'misc'::text
copy_bucket_type.code copy_bucket_btype_fkey R
description text 2147483647 null
pub bool 1 false
owning_lib int4 10 null
org_unit.id copy_bucket_owning_lib_fkey C
create_time timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
copy_bucket_pkey Primary key Asc id
cb_name_once_per_owner Must be unique Asc/Asc/Asc owner + name + btype

Relationships