Schema Version: 1.3

studyfactor


Columns

Column Type Size Foreign Key Nullable Default Comments
studyfactor_id bigserial 19
nextval('chado.studyfactor_studyfactor_id_seq'::regclass)
studydesign_id int8 19
studydesign.studydesign_id studyfactor_studydesign_id_fkey C
null
type_id int8 19
cvterm.cvterm_id studyfactor_type_id_fkey N
null
name text 2147483647
null
description text 2147483647
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
studyfactor_pkey Primary key Asc studyfactor_id
studyfactor_idx1 Performance Asc studydesign_id
studyfactor_idx2 Performance Asc type_id

Relationships