Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cv_id | serial | 10 | √ | nextval('cv_cv_id_seq'::regclass) |
|
|
||||||||||||||
name | varchar | 255 | null |
|
|
The name of the ontology. This corresponds to the obo-format -namespace-. cv names uniquely identify the cv. In obo file format, the cv.name is known as the namespace |
||||||||||||||
definition | text | 2147483647 | √ | null |
|
|
A text description of the criteria for membership of this ontology |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cv_pkey | Primary key | Asc | cv_id |
cv_c1 | Must be unique | Asc | name |