Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('gobs.graph_node_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    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 | 

