Schema Version: 1.3

nd_protocol


Description

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

Columns

Column Type Size Foreign Key Nullable Default Comments
nd_protocol_id bigserial 19
nextval('chado.nd_protocol_nd_protocol_id_seq'::regclass)
name varchar 255
null

The protocol name.

type_id int8 19
cvterm.cvterm_id nd_protocol_type_id_fkey C
null

Table contained -1 rows

Indexes

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

Relationships