Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('metabib.title_field_entry_id_seq'::regclass) |
|
|
|||||
| source | int8 | 19 | null |
|
|
||||||
| field | int4 | 10 | null |
|
|
||||||
| value | text | 2147483647 | null |
|
|
||||||
| index_vector | tsvector | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| title_field_entry_pkey | Primary key | Asc | id |
| metabib_title_field_entry_index_vector_idx | Performance | Asc | index_vector |
| metabib_title_field_entry_source_idx | Performance | Asc | source |
| metabib_title_field_entry_value_idx | Performance |
