Guest User

Untitled

a guest
Jan 17th, 2019
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. id | mail | service (comma separated)
  2. -----------------------------------------------
  3. 1 | name1@gmail.com | TV, Internet
  4. 2 | name2@gmail.com | Cloud, Internet
  5. 3 | name3@gmail.com | Phone, Cloud
  6.  
  7. id | title | message | service (comma separated)
  8. ------------------------------------------------------
  9. 1 | Disruption | TV services offline | TV
  10. 2 | Maintenace | All services offline | TV, Internet, Cloud
  11. 3 | Disruption | Some services offline | TV, Internet
  12.  
  13. sub_id | mail
  14. -----------------------------------------------
  15. 1 | name1@gmail.com
  16. 2 | name2@gmail.com
  17. 3 | name3@gmail.com
  18.  
  19. message_id | title | text
  20. -----------------------------------------------
  21. 1 | Disruption | ...
  22. 2 | Maintenace | All services offline
  23. 3 | Disruption | Some services offline
  24.  
  25. service_id | title
  26. -----------------------------------------------
  27. 1 | TV
  28. 2 | Internet
  29. 3 | Phone
  30.  
  31. sub_id | service_id
  32. ---------------------
  33. 1 | 1
  34. 1 | 2
  35.  
  36. message_id | service_id
  37. ---------------------
  38. 1 | 1
  39. 1 | 2
Add Comment
Please, Sign In to add comment