Table cxgn.annotation_bt.annotation

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
annot_id serial 4  √  nextval('annotation_bt.annotation_annot_id_seq'::text)
id varchar 100  √  null
name varchar 100  √  null
type varchar 10  √  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 955 rows at Wed Sep 13 17:05 EDT 2006

Indexes:
Column(s) Type Sort Constraint Name
annot_id Primary key Asc annotation_pkey