Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('container.biblio_record_entry_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) |
---|---|---|---|
biblio_record_entry_bucket_pkey | Primary key | Asc | id |
breb_name_once_per_owner | Must be unique | Asc/Asc/Asc | owner + name + btype |