Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Created May 28, 2019 18:52
Show Gist options
  • Save cnmoro/97d5e0a82f866dec76b1454db285ccee to your computer and use it in GitHub Desktop.
Save cnmoro/97d5e0a82f866dec76b1454db285ccee to your computer and use it in GitHub Desktop.
MongoDB Drop Field
db.getCollection('COLL_NAME').update({},{$unset: {FIELD_NAME:1}},{multi: true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment