I'm trying to add a field, "num", in my MongoDB collection such that each object has an incremented number.
{num: 1}
{num: 2}
{num: 3}
I'm trying to add a field, "num", in my MongoDB collection such that each object has an incremented number.
{num: 1}
{num: 2}
{num: 3}