Table cxgn.annotation_bt.feature_set

Generated by
SchemaSpy
Related columns Constraint names Comments Legend
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
Dashed lines show
implied relationships
< n > number of related tables
Please support this project 
Column Type Size Nulls Auto Default Children Parents Comments
f_set_id serial 10  √  nextval('feature_set_f_set_id_seq'::regclass)
annot_id int8 19  √  null
name varchar 100  √  null
type varchar 20  √  null
cdna_seq_id int8 19  √  null
cds_seq_id int8 19  √  null
prot_seq_id int8 19  √  null
description text 2147483647  √  null
date date 13  √  null
person_id int8 19  √  null
timestamp timestamp 29,6 ('now'::text)::timestamp(6) with time zone
version int8 19  √  null
history_id int8 19  √  null
cxgn_production_visible bool 1  √  false

Table contained 1,613 rows at Thu Jun 21 23:00 EDT 2007

Indexes:
Column(s) Type Sort Constraint Name
f_set_id Primary key Asc feature_set_pkey