I have created a Db and a collection in Mongodb. All the items in the collection have the following attributes: name, city, car and year. I have around 200+ dummy items created in that collection. Now how do I go about adding 1 more attribute, like for example country for each item?
Is this possible in Mongodb?