Schema Version: 1.3

studydesignprop


Columns

Column Type Size Foreign Key Nullable Default Comments
studydesignprop_id bigserial 19
nextval('chado.studydesignprop_studydesignprop_id_seq'::regclass)
studydesign_id int8 19
studydesign.studydesign_id studydesignprop_studydesign_id_fkey C
null
type_id int8 19
cvterm.cvterm_id studydesignprop_type_id_fkey C
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
studydesignprop_pkey Primary key Asc studydesignprop_id
studydesignprop_c1 Must be unique Asc/Asc/Asc studydesign_id + type_id + rank
studydesignprop_idx1 Performance Asc studydesign_id
studydesignprop_idx2 Performance Asc type_id

Relationships