Table cxgn.public.bug

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
bug_id serial 10  √  nextval('bug_bug_id_seq'::regclass)
sp_person_id int8 19  √  null
obsolete bool 1  √  null
create_date timestamptz 35,6  √  null
created_by int8 19  √  null
modified_date timestamptz 35,6  √  null
updated_by int8 19  √  null
description text 2147483647  √  null
status varchar 20  √  null
severity varchar 20  √  null
affected_page text 2147483647  √  null
action text 2147483647  √  null

Table contained 1 rows at Fri Sep 05 01:31 EDT 2008

Indexes:
Column(s) Type Sort Constraint Name
bug_id Primary key Asc bug_pkey