Schema Version: 1.3

nd_protocol_reagent


Columns

Column Type Size Foreign Key Nullable Default Comments
nd_protocol_reagent_id bigserial 19
nextval('chado.nd_protocol_reagent_nd_protocol_reagent_id_seq'::regclass)
nd_protocol_id int8 19
nd_protocol.nd_protocol_id nd_protocol_reagent_nd_protocol_id_fkey C
null
reagent_id int8 19
nd_reagent.nd_reagent_id nd_protocol_reagent_reagent_id_fkey C
null
type_id int8 19
cvterm.cvterm_id nd_protocol_reagent_type_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
nd_protocol_reagent_pkey Primary key Asc nd_protocol_reagent_id
nd_protocol_reagent_idx1 Performance Asc nd_protocol_id
nd_protocol_reagent_idx2 Performance Asc reagent_id
nd_protocol_reagent_idx3 Performance Asc type_id

Relationships