Virajsinh

database_veera

May 1st, 2020
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. suggest link
  2. https://codewithawa.com/posts/like-and-unlike-system-using-php-and-mysql-database
  3.  
  4.  
  5. tbl_category
  6. id
  7. name
  8. status 'Active','Inactive'
  9. created_by
  10. created_at
  11.  
  12. tbl_post
  13. id
  14. category_id
  15. title
  16. description
  17. image
  18. youtube_video
  19. status 'Active','Inactive'
  20. author_name
  21. total_likes ( like By User ANDROID_ID )
  22. total_views ( view By User ANDROID_ID )
  23. created_by
  24. created_at
  25.  
  26. tbl_installed_device
  27. id
  28. android_unique_id
  29.  
  30. tbl_likes
  31. id
  32. android_id
  33. post_id
  34.  
  35. tbl_veera
  36. id
  37. category_id
  38. title
  39. description
  40. image
  41. youtube_video
  42. status 'Active','Inactive'
  43. author_name
  44. created_by
  45. created_at
Add Comment
Please, Sign In to add comment