Adds an ascending ORDER BY column to the clause.
void asc(String columnName, {String? tableName}) => addColumn( columnName, tableName: tableName, );