Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v0.12.18
version: master
endpointsharetweet
var mongoose = await require('mongoose'); var Cat = mongoose.model('Cat', { name: Boolean }); var kitty = new Cat({name: 'test'}); var kitty2 = new Cat({name: null});
Loading…

no comments

    sign in to comment