# File lib/rbase/columns.rb, line 124
      def pack(value)
        case value
        when true then 'T'
        when false then 'F'
        else '?'
        end
      end