Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. "id" "uid" "name" "free_spins"
  2. --------------------------------------------------------
  3. "1" "1111111111111" "welcome_bonus" "0"
  4. "2" "1111111111112" "deposit100_bonus" "0"
  5. "3" "1111111111113" "deposit150_bonus" "0"
  6. "4" "1111111111114" "deposit200_bonus" "0"
  7. "5" "1111111111111" "welcome_bonus" "10"
  8. "6" "1111111111112" "deposit100_bonus" "10"
  9. "7" "1111111111114" "deposit200_bonus" "10"
  10. "8" "1111111111112" "deposit100_bonus" "50"
  11.  
  12. "id" "username"
  13. ------------------
  14. "1" "pepe"
  15. "2" "pedro"
  16. "27" "david"
  17. "28" "jorge"
  18.  
  19. "id" "player_id" "bonus_id" "instance_id"
  20. -----------------------------------------------------
  21. "1" "1" "7" "abcd456"
  22. "2" "28" "1" "abc2356"
  23. "3" "2" "7" "ghb564"
  24. "4" "27" "1" "dfv444"
  25. "5" "27" "6" "vbb333"
  26. "6" "27" "8" "vd4332"
  27.  
  28. "id" "player_id" "bonus_id" "instance_id" "bonus_records.name"
  29. -----------------------------------------------------------------------------
  30. "4" "27" "1" "dfv444" "welcome_bonus"
  31. "6" "27" "8" "vd4332" "deposit100_bonus"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement