Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.metabib_class_ts_map_id_seq'::regclass) |
|
|
|||||
| field_class | text | 2147483647 | null |
|
|
||||||
| ts_config | text | 2147483647 | null |
|
|
||||||
| active | bool | 1 | true |
|
|
||||||
| index_weight | bpchar | 1 | 'C'::bpchar |
|
|
||||||
| index_lang | text | 2147483647 | √ | null |
|
|
|||||
| search_lang | text | 2147483647 | √ | null |
|
|
|||||
| always | bool | 1 | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| metabib_class_ts_map_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| metabib_class_ts_map_index_weight_check | ((index_weight = ANY (ARRAY['A'::bpchar, 'B'::bpchar, 'C'::bpchar, 'D'::bpchar]))) |
