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