Closed akoskm closed 8 years ago
Should this plugin support the default options from mongoose? Looks like required is supported https://github.com/aheckmann/mongoose-double/blob/master/test/index.js#L143 but I don't see any tests for default.
default
required
just use type : Double, default : 0 in your schema it works well
type : Double, default : 0
Yes, I figured that out and created a test to prove it #3 . Looks like I forgot to close this issue.
Should this plugin support the
default
options from mongoose? Looks likerequired
is supported https://github.com/aheckmann/mongoose-double/blob/master/test/index.js#L143 but I don't see any tests fordefault
.