Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. devices
  2. id | name
  3. 1 | iphone
  4. 2 | samsung
  5.  
  6. categories
  7. id | name
  8. 1 | Locations
  9. 2 | Statuses
  10. 3 | Protocols
  11. 4 | Accounts
  12. 5 | Phone_Numbers
  13.  
  14.  
  15. attributes
  16. id | category_id | name | type
  17. 1 | 1 | lat | text
  18. 2 | 2 | name | select
  19. 3 | 3 | name | select
  20. 4 | 4 | name | select
  21. 5 | 4 | vendor_id | text
  22. 6 | 4 | account_number | text
  23. 7 | 4 | data_limit_gig | text
  24. 8 | 5 | phone_number | text
  25. 9 | 1 | lng | text
  26.  
  27.  
  28. options
  29. id | attribute_id | value
  30. 1 | 1 | In Office
  31. 2 | 1 | Qwe
  32. 3 | 2 | Active
  33.  
  34.  
  35.  
  36. devices_values
  37. id | device_id | attribute_id | option_id | value | start_date | end_date | active | created | modified
  38. 1 | 1 | 1 | null | 23.02 | 2017-04-02 12:00:00 | 2017-04-12 13:00:00 | 1 | 2017-04-02 12:00:00 | 2017-04-12 13:00:00
  39. 2 | 1 | null | 1 | Active |
  40. 3 | 2 | 8 | null | 666666666
  41. itd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement