Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
genotype_id | serial | 10 | √ | nextval('genotype_genotype_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||
name | text | 2147483647 | √ | null |
|
|
Optional alternative name for a genotype, for display purposes. |
||||||||||||||||||||||||||||
uniquename | text | 2147483647 | null |
|
|
The unique name for a genotype; typically derived from the features making up the genotype. |
|||||||||||||||||||||||||||||
description | varchar | 255 | √ | null |
|
|
|||||||||||||||||||||||||||||
type_id | int4 | 10 | null |
|
|
||||||||||||||||||||||||||||||
create_date | timestamp | 29,6 | √ | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
genotype_pkey | Primary key | Asc | genotype_id |
genotype_c1 | Must be unique | Asc | uniquename |
genotype_idx1 | Performance | Asc | uniquename |
genotype_idx2 | Performance | Asc | name |