deployd / docs

documentation for deployd
http://docs.deployd.com
29 stars 30 forks source link

default id on new collection items #77

Open Dibbalbero opened 6 years ago

Dibbalbero commented 6 years ago

Hello, i recently started to use deployd and mongodb and i have this problem: new items created through deployd have a string "id" field such as "e1204cc550684a0a", while i would rather have the id as the default mongo db field such as "ObjectId("5a6f4b61e2540eed22e943ce")". How can i do? Many thanks.