Skip to content

Instantly share code, notes, and snippets.

@shannonbradshaw
Last active August 10, 2016 21:57
Show Gist options
  • Save shannonbradshaw/3d43dc15b4179bac75bc1fdd97fc0c5b to your computer and use it in GitHub Desktop.
Save shannonbradshaw/3d43dc15b4179bac75bc1fdd97fc0c5b to your computer and use it in GitHub Desktop.
Add a Field to a Document

Suppose the document below is stored in a collection stories within the database folklore. How would you add a field called year with the value 1913 to this document?

{
    _id : 13,
    author : "John Henry",
    name : "Building a Railroad"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment