Adds a descending ORDER BY column to the clause.
void desc(String columnName, {String? tableName}) => addColumn( columnName, tableName: tableName, direction: SortDirection.descending, );