# File lib/rbatis.rb, line 184
    def initialize(column, type)
      @column = column
      @type = type
    end