Guest User

Untitled

a guest
Feb 21st, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. +----+---------+---------------+--------+------------+
  2. | id | item_id | property_name | value  | timestamp |
  3. +----+---------+---------------+--------+------------+
  4. |  1 |       1 | color         | blue   | 2018-01-01 |
  5. |  2 |       1 | size          | large  | 2018-01-01 |
  6. |  3 |       1 | weight        | 65     | 2018-01-01 |
  7. <SNIP>
  8. | 15 |       1 | color         | purple | 2018-02-01 |
  9. | 16 |       1 | weight        | 69     | 2018-02-01 |
  10. +----+---------+---------------+--------+------------|
  11.  
  12. +---------+--------+--------+--------+
  13. | item_id | color  | size   | weight |
  14. +---------+--------+--------+--------+
  15. |       1 | purple | large  | 69     |
  16. +---------+--------+--------+--------+
Add Comment
Please, Sign In to add comment