class Arel::Attributes::Attribute

def lower

Create a node for lowering this attribute
##
def lower
  relation.lower self
end