# File lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 42
      def number?
        type == :integer || type == :float || type == :decimal
      end