| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| f_set_id |
serial |
4 |
|
√ |
nextval('annotation_bt.feature_set_f_set_id_seq'::text) |
|
|
| annot_id |
int8 |
8 |
√ |
|
null |
|
|
| name |
varchar |
100 |
√ |
|
null |
|
|
| type |
varchar |
20 |
√ |
|
null |
|
|
| cdna_seq_id |
int8 |
8 |
√ |
|
null |
|
|
| cds_seq_id |
int8 |
8 |
√ |
|
null |
|
|
| prot_seq_id |
int8 |
8 |
√ |
|
null |
|
|
| description |
text |
-1 |
√ |
|
null |
|
|
| date |
date |
4 |
√ |
|
null |
|
|
| person_id |
int8 |
8 |
√ |
|
null |
|
|
| timestamp |
timestamp |
8,6 |
|
|
('now'::text)::timestamp(6) with time zone |
|
|
| version |
int8 |
8 |
√ |
|
null |
|
|
| history_id |
int8 |
8 |
√ |
|
null |
|
|
| cxgn_production_visible |
bool |
1 |
√ |
|
false |
|
|
Table contained 1,613 rows at Wed Sep 13 17:05 EDT 2006
|