Schema Version: 1.3

control


Columns

Column Type Size Foreign Key Nullable Default Comments
control_id bigserial 19
nextval('chado.control_control_id_seq'::regclass)
type_id int8 19
cvterm.cvterm_id control_type_id_fkey C
null
assay_id int8 19
assay.assay_id control_assay_id_fkey C
null
tableinfo_id int8 19
tableinfo.tableinfo_id control_tableinfo_id_fkey C
null
row_id int4 10
null
name text 2147483647
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
control_pkey Primary key Asc control_id
control_idx1 Performance Asc type_id
control_idx2 Performance Asc assay_id
control_idx3 Performance Asc tableinfo_id
control_idx4 Performance Asc row_id

Relationships