Guest User

Untitled

a guest
Oct 25th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1. group:ZootJams
  2.  
  3. People = {
  4. id:string, first_name:string, last_name:string
  5. '1' , 'James' , 'Wang'
  6. '2' , 'Cameron' , 'Shields'
  7. '3' , 'Kylie' , 'Bosco'
  8. '4' , 'Alysson' , 'Lakin'
  9. '5' , 'Thomas' , 'Kim'
  10. '6' , 'Lucy' , 'Lim'
  11. '7' , 'Stan' , 'Reilly'
  12. '8' , 'Albert' , 'Tremblay'
  13. '9' , 'Ayden' , 'Rowe'
  14. '10' , 'Zakary' , 'Langworth'
  15. '11' , 'Jody' , 'McClare'
  16. '12' , 'Alexandra' , 'Smith'
  17. '13' , 'Carolyn' , 'Osinski'
  18. '14' , 'Rebeka' , 'Smith'
  19. '15' , 'Eric' , 'Hayes'
  20. '16' , 'Shane' , 'Dooley'
  21. '17' , 'Roxanne' , 'Kuphal'
  22. }
  23.  
  24. User = {
  25. id:string, email:string , zipcode:string
  26. '1' , 'wangj@gmail.com' , '92604'
  27. '2' , 'shieldc@gmail.com' , '92604'
  28. '6' , 'limlu@gmail.com' , '92604'
  29. '7' , 'reils@gmail.com' , '89658'
  30. '8' , 'tremba@gmail.com' , '88705'
  31. '9' , 'rowea@gmail.com' , '44851'
  32. '11' , 'mccljo@gmail.com' , '22068'
  33. '14' , 'andersr@gmail.com' , '27946'
  34. '15' , 'hayrese@gmail.com' , '95146'
  35. '16' , 'doolsh@gmail.com' , '33786'
  36. '17' , 'kuphrox@gmail.com' , '75437'
  37. }
  38.  
  39. Interests = {
  40. id:string, interest:string
  41. '1' , 'classical'
  42. '1' , 'pop'
  43. '2' , 'r&b'
  44. '7' , 'classical'
  45. '7' , 'jazz'
  46. '7' , 'pop'
  47. '8' , 'pop'
  48. '8' , 'r&b'
  49. '11' , 'classical'
  50. '14' , 'country'
  51. '14' , 'pop'
  52. '15' , 'classical'
  53. '15' , 'r&b'
  54. '16' , 'rock'
  55. '17' , 'jazz'
  56. '17' , 'country'
  57. }
  58.  
  59. Artist = {
  60. id:string, bio:string
  61. '2' , 'English singer, songwriter, guitarist, record producer, and actor.'
  62. '3' , 'American singer, songwriter, producer, and actress. Born and raised in Houston, Texas.'
  63. '4' , 'American singer, dancer, and actress. Born in McComb, Mississippi and raised in Kentwood, Louisiana.'
  64. '5' , 'American rapper, songwriter, record producer, record executive, and actor.'
  65. '6' , 'American singer and songwriter. She is known for her unconventionality and provocative work.'
  66. '7' , 'English singer, songwriter and actor. He was a leading figure in the music industry.'
  67. '10' , 'English singer, songwriter, record producer, and philanthropist.'
  68. '12' , 'American singer-songwriter, actor, dancer, and record producer. Born and raised in Tennessee.'
  69. '13' , 'American singer, songwriter, actress and television personality. Born in Staten Island, New York.'
  70. }
  71.  
  72. Free = {
  73. id:string
  74. '1'
  75. '6'
  76. '8'
  77. '9'
  78. '11'
  79. '15'
  80. }
  81.  
  82. Premium = {
  83. id:string, security_code:string , type:string , number:string , exp_date:date
  84. '2' , '234' , 'Discover' , '8789564512344321' , 2019-09-01
  85. '7' , '554' , 'Visa' , '5380510434933372' , 2018-12-01
  86. '14' , '235' , 'Discover' , '5555037182904359' , 2022-07-13
  87. '16' , '678' , 'Visa' , '6011155566138612' , 2018-12-01
  88. '17' , '114' , 'Amex' , '5531286456885544' , 2020-05-30
  89. }
  90.  
  91.  
  92. Ads = {
  93. company_name:string , id:string
  94. 'Awesome Ads' , '111'
  95. 'Imaginary Pictures' , '222'
  96. 'Imaginary Pictures' , '333'
  97. 'Tomorrow Media' , '444'
  98. 'Tomorrow Media' , '555'
  99. 'Awesome Ads' , '666'
  100. 'Orange Digital' , '777'
  101. }
  102.  
  103. Watch = {
  104. uid:string , company_name:string , aid:string
  105. '1' , 'Awesome Ads' , '111'
  106. '1' , 'Imaginary Pictures' , '222'
  107. '1' , 'Tomorrow Media' , '444'
  108. '1' , 'Imaginary Pictures' , '333'
  109. '6' , 'Awesome Ads' , '111'
  110. '6' , 'Orange Digital' , '777'
  111. '8' , 'Awesome Ads' , '666'
  112. '9' , 'Tomorrow Media' , '444'
  113. '9' , 'Orange Digital' , '777'
  114. '11' , 'Awesome Ads' , '666'
  115. '15' , 'Imaginary Pictures' , '222'
  116. '15' , 'Imaginary Pictures' , '333'
  117. }
  118.  
  119. Images = {
  120. company_name:string , id:string , image:string
  121. 'Awesome Ads' , '111' , '23i468792834o7y8345khsdf3yyh'
  122. 'Imaginary Pictures' , '222' , 'likjmqwkrhjnva230489o0vlsdff'
  123. 'Imaginary Pictures' , '222' , 'trtfffcgeswkrhjnva230489o0vl'
  124. 'Creative Agency' , '333' , 'murrr98weswkrhjnva2ppt89o45g'
  125. 'Creative Agency' , '333' , '9kjweijrob892gfksdkt2389occd'
  126. 'Trending Advertising' , '444' , '73hhhdteppfhuss8kurt239088hm'
  127. 'Orange Digital' , '777' , 'mjxhdkfhewroliu4jhgsy39hmoo3'
  128. 'Orange Digital' , '777' , '93jfwkfhewro7489giisy3903ttd'
  129. 'Tomorrow Media' , '444' , '4rfasdgtry489giisy355t903ttd'
  130. 'Trending Advertising' , '555' , 'klwj34813rdfg0y355t903ttdsdf'
  131. }
  132.  
  133. Content = {
  134. cid:string , length:number , title:string
  135. '1' , 3.20 , 'Rolling in the Deep'
  136. '2' , 3.15 , 'Perfect'
  137. '3' , 4.15 , 'Simple'
  138. '4' , 5.10 , 'How to Win A Lottery'
  139. '5' , 7.20 , 'Cute Dogs Video'
  140. '6' , 3.15 , 'All Blue'
  141. '7' , 3.25 , 'All Orange'
  142. '8' , 3.15 , 'Better Now'
  143. '9' , 10.07 , 'Cute Cats Video'
  144. '10' , 4.12 , 'Stock Exchange 101'
  145. '11' , 4.25 , 'Relaxing Jazz'
  146.  
  147. }
  148.  
  149. Song = {
  150. cid:string , genre:string
  151. '1' , 'pop'
  152. '2' , 'pop'
  153. '3' , 'country'
  154. '6' , 'jazz'
  155. '7' , 'country'
  156. '8' , 'r&b'
  157. '11' , 'jazz'
  158.  
  159. }
  160.  
  161. Video = {
  162. cid:string , rating:string
  163. '4' , 'G'
  164. '5' , 'PG'
  165. '9' , 'PG'
  166. '10' , 'G'
  167. }
  168.  
  169. Playlist = {
  170. id:string , pid:string , duration:number , type:string
  171. '1' , '4' , 10.50 , 'public'
  172. '1' , '6' , 12.50 , 'public'
  173. '2' , '1' , 15.45 , 'private'
  174. '6' , '7' , 6.40 , 'public'
  175. '6' , '8' , 10.07 , 'public'
  176. '6' , '9' , 8.37 , 'public'
  177. '7' , '2' , 9.55 , 'private'
  178. '8' , '3' , 6.35 , 'public'
  179. '11' , '5' , 5.10 , 'private'
  180. '11' , '10' , 7.20 , 'private'
  181. '14' , '11' , 3.15 , 'private'
  182. }
  183.  
  184. Contain = {
  185. id:string , pid:string , cid:string
  186. '1' , '4' , '1'
  187. '1' , '4' , '2'
  188. '1' , '4' , '3'
  189. '1' , '6' , '4'
  190. '1' , '6' , '5'
  191. '2' , '1' , '4'
  192. '2' , '1' , '5'
  193. '2' , '1' , '6'
  194. '6' , '7' , '7'
  195. '6' , '7' , '8'
  196. '6' , '8' , '9'
  197. '6' , '9' , '10'
  198. '6' , '9' , '11'
  199. '7' , '2' , '6'
  200. '7' , '2' , '7'
  201. '7' , '2' , '8'
  202. '8' , '3' , '1'
  203. '8' , '3' , '2'
  204. '11' , '5' , '4'
  205. '11' , '10' , '5'
  206. '14' , '11' , '6'
  207. }
  208.  
  209. React = {
  210. id:string , cid:string , type:string
  211. '1' , '1' , 'like'
  212. '1' , '2' , 'like'
  213. '2' , '2' , 'like'
  214. '2' , '11' , 'dislike'
  215. '6' , '3' , 'like'
  216. '6' , '4' , 'like'
  217. '7' , '4' , 'like'
  218. '8' , '4' , 'dislike'
  219. '9' , '5' , 'like'
  220. '9' , '1' , 'like'
  221. '11' , '6' , 'dislike'
  222. '11' , '4' , 'like'
  223. '14' , '7' , 'like'
  224. '14' , '6' , 'like'
  225. '15' , '8' , 'dislike'
  226. '16' , '8' , 'like'
  227. '16' , '11' , 'like'
  228. '16' , '2' , 'like'
  229. '17' , '10' , 'like'
  230. }
  231.  
  232. Produce = {
  233. id:string , cid:string
  234. '2' , '1'
  235. '2' , '2'
  236. '3' , '7'
  237. '4' , '5'
  238. '7' , '2'
  239. '5' , '4'
  240. '12' , '7'
  241. '12' , '9'
  242. '13' , '8'
  243. '13' , '10'
  244. '3' , '3'
  245. '4' , '6'
  246. '6' , '11'
  247. '7' , '6'
  248. }
  249.  
  250. Skip = {
  251. id:string , cid:string
  252. '2' , '1'
  253. '2' , '2'
  254. '2' , '6'
  255. '7' , '1'
  256. '7' , '3'
  257. '7' , '7'
  258. '7' , '8'
  259. '14' , '7'
  260. '14' , '8'
  261. '14' , '11'
  262. '14' , '1'
  263. '16' , '2'
  264. '16' , '6'
  265. '17' , '1'
  266. '17' , '8'
  267. }
  268.  
  269.  
  270. Follow = {
  271. follower_id:string , followee_id:string , since:date
  272. '1' , '2' , 2015-09-01
  273. '6' , '2' , 2016-03-12
  274. '7' , '2' , 2016-12-23
  275. '1' , '9' , 2017-03-11
  276. '11' , '9' , 2017-03-01
  277. '16' , '11' , 2016-03-17
  278. '17' , '15' , 2014-05-25
  279. '6' , '15' , 2014-07-16
  280. '7' , '15' , 2016-03-05
  281. '1' , '7' , 2017-11-28
  282. '2' , '7' , 2018-06-30
  283. '9' , '7' , 2018-01-13
  284. '14' , '8' , 2016-03-04
  285. '15' , '8' , 2015-09-27
  286. '6' , '16' , 2016-12-31
  287. '1' , '16' , 2014-04-25
  288. '2' , '16' , 2016-02-22
  289. }
Add Comment
Please, Sign In to add comment