desc method

Column desc()

Implementation

Column desc() {
  order = '$fieldName DESC';
  return this;
}