Type Alias rdb_pagination::TableColumn
source ยท pub type TableColumn = (Name, Name);
Expand description
The name of a table and the name of a column inside that table.
pub type TableColumn = (Name, Name);
The name of a table and the name of a column inside that table.