Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. POST
  2. -----------------------------------------
  3. |UserId | PostId | PostDate | PostTime |
  4. -----------------------------------------
  5. UserA A1 10/24/2014 11:50:59
  6. UserA A2 10/13/2014 10:23:54
  7. UserA A3 08/11/2014 23:45:58
  8. UserB B1 09/18/2014 09:34:12
  9. UserC C1 09/12/2014 11:34:45
  10.  
  11. FRIEND
  12. -----------------------------------------------
  13. |UserId | FollowId | FriendDate | FriendTime |
  14. -----------------------------------------------
  15. UserB UserA 10/24/2014 11:50:59
  16. UserC UserB 10/13/2014 10:23:54
  17.  
  18. POSTLG
  19. ----------------------------------
  20. |UserId | FollowPostId | IsSeen |
  21. ----------------------------------
  22. UserB A1 Y
  23. UserB A2 N
  24. UserB A3 Y
  25. UserC B1 N
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement