Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.coded_value_map_id_seq'::regclass) |
|
|
|||||
| ctype | text | 2147483647 | null |
|
|
||||||
| code | text | 2147483647 | null |
|
|
||||||
| value | text | 2147483647 | null |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| opac_visible | bool | 1 | true |
|
|
||||||
| search_label | text | 2147483647 | √ | null |
|
|
|||||
| is_simple | bool | 1 | false |
|
|
||||||
| concept_uri | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| coded_value_map_pkey | Primary key | Asc | id |
| config_coded_value_map_ctype_idx | Performance | Asc | ctype |
