# File lib/model/data_mapper.rb, line 27
      def extjs_allow_blank(col)
         (col === self.key.first) ? true : col.nullable?
      end