Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Created July 17, 2019 21:57
Show Gist options
  • Save paulodutra/cf64ad93ea9d90c17fbaa4806ce3b3d7 to your computer and use it in GitHub Desktop.
Save paulodutra/cf64ad93ea9d90c17fbaa4806ce3b3d7 to your computer and use it in GitHub Desktop.
Para criar uma collection no mongo
db.createCollection('nome-da-collection')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment