Advertisement
Guest User

bshdb

a guest
Apr 27th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 5. Website
  2. 5.1 Database models
  3. default: incrementing id + timestamps
  4.  
  5. Hosts table:
  6. host name - unique
  7. host website - unique
  8. email address - unique, same domain as website
  9. about text - (bbcode?)
  10. founded in
  11. featured
  12. user_id
  13. verified
  14. featured package_id
  15. monthly bid
  16. featured expiration date
  17. url to logo
  18.  
  19. Reviews table:
  20. user_id (determines if featured or not)
  21. comment (plain) - optional
  22. support rating
  23. features rating
  24. price rating
  25. performance rating
  26. amount thumbs up
  27. amount thumbs down
  28.  
  29. Locations, Features, Panel, Games:
  30. name
  31. description
  32.  
  33. 5.2 Pivot tables
  34. host-review
  35. host-feature
  36. host-game + price
  37. host-location
  38. host-panel
  39. user-review
  40. host-user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement