Guest User

Untitled

a guest
Nov 21st, 2017
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [merchant]
  2. +---------------------------+--------------------+
  3. | merchant_id | hardware |
  4. +---------------------------+--------------------+
  5. | 4 | ["21","117","118"] |
  6. +---------------------------+--------------------+
  7.  
  8. [hardware]
  9. +---------------------------+---------------------+
  10. | hardware_id | hardware_unique_sort|
  11. +---------------------------+---------------------+
  12. | 21 | 2030 |
  13. +---------------------------+---------------------+
  14. | 117 | 910 |
  15. +---------------------------+---------------------+
  16. | 118 | 2380 |
  17. +---------------------------+---------------------+
  18.  
  19. merchant
  20. +---------------------------+--------------------+
  21. | merchant_id | hardware |
  22. +---------------------------+--------------------+
  23. | 4 | ["117","21","118"] |
  24. +---------------------------+--------------------+
Add Comment
Please, Sign In to add comment