Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. self.posts = columns(
  2.  
  3. # identification
  4. 'id',
  5. 'user_id',
  6.  
  7. # user defined
  8. 'symptom_id',
  9.  
  10. # phone
  11. 'time',
  12. 'location',
  13.  
  14. # outside
  15. 'temperature',
  16. 'pressure',
  17. 'humidity',
  18. 'wind',
  19.  
  20. # inside
  21. 'in_temperature',
  22. 'in_humidity',
  23. 'in_dust',
  24. 'in_noise',
  25.  
  26. # wearable
  27. 'fitness',
  28. 'pulse',
  29. 'sleep',
  30. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement