How do I copy "_createdAt" database field to another database field I created?
Posted: Fri Jan 12, 2018 9:41 pm
Is there an easy way to do this? I really need an answer to this issue.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there an easy way to do this? I really need an answer to this issue.
Hello Steven -
Even MongoDB does not allow to do this in an easy way, the approach would be to read "_createdAt" for every object and insert it into a new field.