Schema Version: 1.3

genotypeprop


Columns

Column Type Size Foreign Key Nullable Default Comments
genotypeprop_id bigserial 19
nextval('chado.genotypeprop_genotypeprop_id_seq'::regclass)
genotype_id int8 19
genotype.genotype_id genotypeprop_genotype_id_fkey C
null
type_id int8 19
cvterm.cvterm_id genotypeprop_type_id_fkey C
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
genotypeprop_pkey Primary key Asc genotypeprop_id
genotypeprop_c1 Must be unique Asc/Asc/Asc genotype_id + type_id + rank
genotypeprop_idx1 Performance Asc genotype_id
genotypeprop_idx2 Performance Asc type_id

Relationships