Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.copy_status_id_seq'::regclass) |
|
|
||||||||||||||
| name | text | 2147483647 | null |
|
|
|||||||||||||||
| holdable | bool | 1 | false |
|
|
|||||||||||||||
| opac_visible | bool | 1 | false |
|
|
|||||||||||||||
| copy_active | bool | 1 | false |
|
|
|||||||||||||||
| restrict_copy_delete | bool | 1 | false |
|
|
|||||||||||||||
| is_available | bool | 1 | false |
|
|
|||||||||||||||
| hopeless_prone | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| copy_status_pkey | Primary key | Asc | id |
| copy_status_name_key | Must be unique | Asc | name |
