graph_node

0 rows


Description

Graph nodes, to store key words used to find an indicator.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('gobs.graph_node_id_seq'::regclass)
r_indicator_node.fk_id_node r_indicator_node_fk_id_node_fkeyC

ID

gn_label text 2147483647 null

Name of the node

Indexes

Constraint Name Type Sort Column(s)
graph_node_pkey Primary key Asc id
graph_node_gn_name_idx Performance Asc gn_label
graph_node_gn_name_unique Must be unique Asc gn_label

Relationships