# File lib/amalgalite/column.rb, line 88
    def auto_increment=( other )
      @auto_increment = Boolean.to_bool( other )
    end