# File lib/sdb/active_sdb.rb, line 1078
      def method_missing(method_sym, *args)
        data_type = args.shift || :String
        options = args.shift || {}
        @columns[method_sym.to_s] = options.merge( :type => data_type )
      end