ssquire
Posts: 0
Joined: Tue Feb 12, 2013 4:36 am

How do I copy "_createdAt" database field to another database field I created?

Is there an easy way to do this? I really need an answer to this issue.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How do I copy "_createdAt" database field to another database field I created?

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.

Return to “Issues”