Adds an ascending ORDER BY column to the clause with table name.
void ascWithTable(String tableName, String columnName) => addColumn( columnName, tableName: tableName, );