Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
blast_annotation_id | serial | 10 | √ | nextval('sgn.blast_annotations_blast_annotation_id_seq'::regclass) |
|
|
|||||
apply_id | int4 | 10 | √ | null |
|
|
|||||
apply_type | int4 | 10 | √ | null |
|
|
|||||
blast_target_id | int4 | 10 | √ | null |
|
|
|||||
n_hits | int4 | 10 | √ | null |
|
|
|||||
hits_stored | int4 | 10 | √ | null |
|
|
|||||
last_updated | int4 | 10 | √ | null |
|
|
|||||
host | varchar | 20 | √ | null |
|
|
|||||
pid | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
blast_annotations_pkey | Primary key | Asc | blast_annotation_id |
apply_id_idx | Performance | Asc | apply_id |
blast_annotations_apply_id_blast_target_id_uq | Must be unique | Asc/Asc | apply_id + blast_target_id |