describe("None", function() {
    helper(expected.types_none, async db => {
      db.model("test1", {
        a: db.None,
        b: db.None,