# File lib/big_record/connection_adapters/column.rb, line 77
      def text?
        [:string, :text].include? type
      end