# File lib/big_record/connection_adapters/column.rb, line 81
      def number?
        [:float, :integer, :decimal].include? type
      end