Schema Version: 1.3

protocolparam


Description

Parameters related to a protocol. For example, if the protocol is a soak, this might include attributes of bath temperature and duration.

Columns

Column Type Size Foreign Key Nullable Default Comments
protocolparam_id bigserial 19
nextval('chado.protocolparam_protocolparam_id_seq'::regclass)
protocol_id int8 19
protocol.protocol_id protocolparam_protocol_id_fkey C
null
name text 2147483647
null
datatype_id int8 19
cvterm.cvterm_id protocolparam_datatype_id_fkey N
null
unittype_id int8 19
cvterm.cvterm_id protocolparam_unittype_id_fkey N
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
protocolparam_pkey Primary key Asc protocolparam_id
protocolparam_idx1 Performance Asc protocol_id
protocolparam_idx2 Performance Asc datatype_id
protocolparam_idx3 Performance Asc unittype_id

Relationships