nd_protocol

2 rows


Description

A protocol can be anything that is done as part of the experiment.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
nd_protocol_id serial 10 nextval('nd_protocol_nd_protocol_id_seq'::regclass)
featureprop_json.nd_protocol_id featureprop_json_nd_protocol_id_fkey R
materialized_markerview.nd_protocol_id Implied Constraint R
nd_experiment_protocol.nd_protocol_id nd_experiment_protocol_nd_protocol_id_fkey C
nd_protocol_reagent.nd_protocol_id nd_protocol_reagent_nd_protocol_id_fkey C
nd_protocolprop.nd_protocol_id nd_protocolprop_nd_protocol_id_fkey C
name varchar 255 null

The protocol name.

type_id int4 10 null
cvterm.cvterm_id nd_protocol_type_id_fkey C
create_date timestamp 29,6 now()
description varchar 255 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
nd_protocol_pkey Primary key Asc nd_protocol_id
nd_protocol_name_key Must be unique Asc name

Relationships