# File lib/rbase/columns.rb, line 17
      def self.column_for(type)
        throw "Unknown column type '#{type}'" unless @@types.has_key?(type)
        @@types[type]
      end