pub type TableColumn = (TableName, ColumnName);
The name of a table and the name of a column inside that table.