Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
1.1.0
-
None
Description
Right now when I insert a document in the mongodb collection an object id is created like so:
```
ObjectId("5d691c2954ea84068f9e5b67")
```
wich is fine. But if for some reason i need to have UUID as ID, how can i tell the driver to do that? I have already tried giving the ID field in my struct the UUID type, but that didn't worked