Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
curation_entity_num | serial | 10 | √ | nextval('curation_entity_curation_entity_num_seq'::regclass) |
|
|
||||||
curation_entity_code | varchar | 64 | null |
|
|
|||||||
curation_entity_name | varchar | 256 | null |
|
|
|||||||
curation_entity_description | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
curation_entity_pkey | Primary key | Asc | curation_entity_num |
curation_entity_curation_entity_code_key | Must be unique | Asc | curation_entity_code |