Guest User

Untitled

a guest
Sep 14th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Setting up a MySQL table to track user link clicks
  2. user_id | link_id | timestamp
  3. -----------------------------
  4. 1 | 2 | ...
  5. 2 | 2 | ...
  6. 1 | 3 | ...
  7. ............
  8.  
  9. increment_ID
  10. Account_ID
  11. Link_URL
  12. Timestamp
Add Comment
Please, Sign In to add comment