Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('asset.copy_location_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||
name | text | 2147483647 | null |
|
|
||||||||||||||||||||||||||||||||||||
owning_lib | int4 | 10 | null |
|
|
||||||||||||||||||||||||||||||||||||
holdable | bool | 1 | true |
|
|
||||||||||||||||||||||||||||||||||||
hold_verify | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||
opac_visible | bool | 1 | true |
|
|
||||||||||||||||||||||||||||||||||||
circulate | bool | 1 | true |
|
|
||||||||||||||||||||||||||||||||||||
label_prefix | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
label_suffix | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
checkin_alert | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||
deleted | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||
url | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
copy_location_pkey | Primary key | Asc | id |
acl_name_once_per_lib | Must be unique | Asc/Asc | name + owning_lib |