Skip to content

Commit

Permalink
change column types
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Sep 10, 2023
1 parent 8402ab6 commit 4dcb6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/perf_test_data/column.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ table2 child trimmed_line from(table4.other_foreign_column)
table2 parent empty trimmed_line tree(child)
table2 xyzzy empty trimmed_line under(table2.child, d)
table2 foo empty integer from(table4.numeric_foreign_column)
table2 bar empty text
table2 bar empty numeric
table3 source prefix from(table1.prefix)
table3 id CURIE unique
table3 label label primary
Expand All @@ -38,7 +38,7 @@ table4 foreign_column text unique
table4 other_foreign_column text unique
table4 numeric_foreign_column integer primary
table5 foo word primary
table5 bar integer
table5 bar real
table6 child integer from(table4.numeric_foreign_column)
table6 parent empty integer tree(child)
table6 xyzzy empty integer under(table6.child, 4)
Expand Down

0 comments on commit 4dcb6bf

Please sign in to comment.