$ mongo
> show dbs
> use lolrate_development
> show collections
> db.games.drop()
> db.participants.drop()
> db.banned_champions.drop()
Last active
January 14, 2016 09:00
-
-
Save francois-blanchard/200528d79bc81520860e to your computer and use it in GitHub Desktop.
Drop mongoDB table (collection)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment