Search by table name, column name, or datatype. By default, the search will be for
table name. Add a period (or start with a period) to search by column name. Add a
colon (or start with a colon) to search by datatype. Basic
regular expressions
are supported. Want to run this locally? Just save this file locally and open it with your
browser; no internet required. Adding "#query" to the end of the URL will automatically
perform that search when the page is loaded, so you can share links to specific searches.
Example | Search for... |
foobar | table names containing "foobar" |
.foobar | column names containing "foobar" |
:int | columns with datatype containing "int" |
:concept.concept_id | columns that are a foreign key to concept.concept_id |
foobar.baz | column names containing "baz" within tables with names containing "foobar" |
^foo$ | table with exact name "foo" |
.^bar$ | columns with exact name "bar" |
:^int$ | columns with exact datatype "int" |
^foo.*bar$ | tables with names starting with "foo" and ending with "bar" |
foo.*bar.^baz:varchar | column names starting with "baz" and datatype containing "varchar" within tables containing "foo" followed by "bar" |
hotkeys: "/" jumps to search box, "?" toggle help. Click on help to dismiss.
concept_reference_term_map
concept_reference_term_map_id
integer (10)
term_a_id
concept_reference_term.concept_reference_term_id
term_b_id
concept_reference_term.concept_reference_term_id
a_is_to_b_id
concept_map_type.concept_map_type_id
date_created
timestamp (19)
date_changed
timestamp (19)