call_number_bucket

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('container.call_number_bucket_id_seq'::regclass)
call_number_bucket_item.bucket call_number_bucket_item_bucket_fkey C
call_number_bucket_note.bucket call_number_bucket_note_bucket_fkey C
owner int4 10 null
usr.id call_number_bucket_owner_fkey C
name text 2147483647 null
btype text 2147483647 'misc'::text
call_number_bucket_type.code call_number_bucket_btype_fkey R
description text 2147483647 null
pub bool 1 false
owning_lib int4 10 null
org_unit.id call_number_bucket_owning_lib_fkey C
create_time timestamptz 35,6 now()

Indexes

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

Relationships