Schema Version: 1.3

protocol


Description

Procedural notes on how data was prepared and processed.

Columns

Column Type Size Foreign Key Nullable Default Comments
protocol_id bigserial 19
nextval('chado.protocol_protocol_id_seq'::regclass)
type_id int8 19
cvterm.cvterm_id protocol_type_id_fkey C
null
pub_id int8 19
pub.pub_id protocol_pub_id_fkey N
null
dbxref_id int8 19
dbxref.dbxref_id protocol_dbxref_id_fkey N
null
name text 2147483647
null
uri text 2147483647
null
protocoldescription text 2147483647
null
hardwaredescription text 2147483647
null
softwaredescription text 2147483647
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
protocol_pkey Primary key Asc protocol_id
protocol_c1 Must be unique Asc name
protocol_idx1 Performance Asc type_id
protocol_idx2 Performance Asc pub_id
protocol_idx3 Performance Asc dbxref_id

Relationships