We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a3aed commit 0e5fd09Copy full SHA for 0e5fd09
docs/guide.md
@@ -80,6 +80,7 @@ The permitted SchemaTypes are:
80
* [Decimal128](api/mongoose.html#mongoose_Mongoose-Decimal128)
81
* [Map](schematypes.html#maps)
82
* [UUID](schematypes.html#uuid)
83
+* [Double](schematypes.html#double)
84
85
Read more about [SchemaTypes here](schematypes.html).
86
docs/schematypes.md
@@ -55,6 +55,7 @@ Check out [Mongoose's plugins search](http://plugins.mongoosejs.io) to find plug
55
* [Schema](#schemas)
56
* [UUID](#uuid)
57
* [BigInt](#bigint)
58
+* [Double](#double)
59
60
### Example
61
lib/schema/double.js
0 commit comments