Schema for term2term
  Database: go    Primary Table: term2term    Row Count: 93,713   Data last updated: 2018-04-27
On download server: MariaDB table dump directory
fieldexampleSQL type info
id 1int(11) range
relationship_type_id 1int(11) range
term1_id 35int(11) range
term2_id 34int(11) range
complete 0int(11) range

Connected Tables and Joining Fields
        go.graph_path.term1_id (via term2term.term1_id)
      go.graph_path.term2_id (via term2term.term1_id)
      go.term.id (via term2term.term1_id)
      go.term_dbxref.term_id (via term2term.term1_id)
      go.term_definition.term_id (via term2term.term1_id)
      go.term_synonym.term_id (via term2term.term1_id)

Sample Rows
 
idrelationship_type_idterm1_idterm2_idcomplete
1135340
2135410
3158570
4135750
5158810
6135830
7158880
81581000
91581050
101581110

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.