protocol

0 rows


Description

List of protocols

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('gobs.protocol_id_seq'::regclass)
series.fk_id_protocol series_fk_id_protocol_fkeyR

ID

pr_code text 2147483647 null

Code

pr_label text 2147483647 null

Name of the indicator

pr_description text 2147483647 null

Description, including URLs to references and authors.

Indexes

Constraint Name Type Sort Column(s)
protocol_pkey Primary key Asc id
protocol_pr_code_idx Performance Asc pr_code

Relationships