Advertisement
Guest User

Untitled

a guest
Jun 11th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. > db.polls.find().pretty()
  2. {
  3. "_id" : ObjectId("5b1a49f44ce1f74177a0f463"),
  4. "voters" : [
  5. "74799136nate",
  6. "undefinednate",
  7. "0.41645688064825626nate",
  8. "0.41645688064825626test",
  9. "0.41645688064825626",
  10. "0.41645688064825626heyy",
  11. "0.4164568806482562633333",
  12. "0.41645688064825626eeeee"
  13. ],
  14. "title" : "Some poll with a reallly long title",
  15. "description" : "How will it look??",
  16. "creator" : "nate",
  17. "options" : [
  18. {
  19. "details" : {
  20. "optionColor" : "rgba(0,255,255,0.5)",
  21. "optionNumVotes" : 3
  22. },
  23. "_id" : ObjectId("5b1a49f44ce1f74177a0f468"),
  24. "optionName" : "great"
  25. },
  26. {
  27. "details" : {
  28. "optionColor" : "rgba(100,149,237,0.5)",
  29. "optionNumVotes" : 3
  30. },
  31. "_id" : ObjectId("5b1a49f44ce1f74177a0f467"),
  32. "optionName" : "good"
  33. },
  34. {
  35. "details" : {
  36. "optionColor" : "rgba(46,139,87,0.5)",
  37. "optionNumVotes" : 1
  38. },
  39. "_id" : ObjectId("5b1a49f44ce1f74177a0f466"),
  40. "optionName" : "so-so"
  41. },
  42. {
  43. "details" : {
  44. "optionColor" : "rgba(255,140,0,0.5)",
  45. "optionNumVotes" : 1
  46. },
  47. "_id" : ObjectId("5b1a49f44ce1f74177a0f465"),
  48. "optionName" : "bad"
  49. },
  50. {
  51. "details" : {
  52. "optionColor" : "rgba(220,20,60,0.5)",
  53. "optionNumVotes" : 0
  54. },
  55. "_id" : ObjectId("5b1a49f44ce1f74177a0f464"),
  56. "optionName" : "terrible"
  57. },
  58. null
  59. ],
  60. "createdAt" : ISODate("2018-06-08T09:18:44.704Z"),
  61. "updatedAt" : ISODate("2018-06-11T15:27:33.525Z"),
  62. "__v" : 0
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement