Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defline_id | serial | 10 | √ | nextval('sgn.blast_defline_defline_id_seq'::regclass) |
|
|
|||||
| blast_target_id | int4 | 10 | √ | null |
|
|
|||||
| target_db_id | varchar | 255 | √ | null |
|
|
|||||
| defline | text | 2147483647 | √ | null |
|
|
|||||
| defline_fulltext | tsvector | 2147483647 | √ | null |
|
|
|||||
| identifier_defline_fulltext | tsvector | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| blast_defline_pkey | Primary key | Asc | defline_id |
| blast_defline_defline_fulltext_index | Performance | Asc | defline_fulltext |
| target_db_id_idx | Performance | Asc | target_db_id |


