Skip to content

Instantly share code, notes, and snippets.

@zhangpengGenedock
Created July 5, 2017 03:33
Show Gist options
  • Save zhangpengGenedock/b8ac207f3ac8e1e118778b399bdf09e2 to your computer and use it in GitHub Desktop.
Save zhangpengGenedock/b8ac207f3ac8e1e118778b399bdf09e2 to your computer and use it in GitHub Desktop.
mongodb create unique index
db.collection.createIndex( { a: 1 }, { unique: true } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment