# File lib/thinking_sphinx/active_record/attribute/type.rb, line 26
  def updateable?
    UPDATEABLE_TYPES.include?(type) && single_column_reference?
  end