Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('container.call_number_bucket_id_seq'::regclass) |
|
|
||||||||
owner | int4 | 10 | null |
|
|
|||||||||
name | text | 2147483647 | null |
|
|
|||||||||
btype | text | 2147483647 | 'misc'::text |
|
|
|||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||
pub | bool | 1 | false |
|
|
|||||||||
owning_lib | int4 | 10 | √ | null |
|
|
||||||||
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 |