Schema Version: 1.3

nd_reagentprop


Columns

Column Type Size Foreign Key Nullable Default Comments
nd_reagentprop_id bigserial 19
nextval('chado.nd_reagentprop_nd_reagentprop_id_seq'::regclass)
nd_reagent_id int8 19
nd_reagent.nd_reagent_id nd_reagentprop_nd_reagent_id_fkey C
null
type_id int8 19
cvterm.cvterm_id nd_reagentprop_type_id_fkey C
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
nd_reagentprop_pkey Primary key Asc nd_reagentprop_id
nd_reagentprop_c1 Must be unique Asc/Asc/Asc nd_reagent_id + type_id + rank
nd_reagentprop_idx1 Performance Asc nd_reagent_id
nd_reagentprop_idx2 Performance Asc type_id

Relationships