Guest User

Untitled

a guest
Sep 6th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. +---------+----------+------------------------+
  2. | id_producto | codigo_producto |
  3. +---------+----------+------------------------+
  4. | 1 | fsd234f |
  5. +---------+----------+------------------------+
  6.  
  7. ------------------------------------------
  8. | id | SKU | descripción |
  9. ------------------------------------------
  10. | 1 | asdfghj | coca cola 1.5 litros |
  11. | 2 | qwertyi | chocolate nestlé 100g |
  12. -------------------------------------------
  13.  
  14. --------------------------------------
  15. | id_producto | stock | medida |
  16. ---------------------------------------
  17. | 1 | 30 | unidad |
  18. | 2 | 50 | unidad |
  19. ---------------------------------------
  20.  
  21. ------------------------------------------
  22. | id | SKU | descripción |
  23. ------------------------------------------
  24. | 1 | asdfghj | coca cola 1.5 litros |
  25. | 2 | qwertyi | chocolate nestlé 100g |
  26. | 3 | zxcvbnm | desodorante old spide |
  27. -------------------------------------------
  28.  
  29. --------------------------------------
  30. | id_producto | stock | medida |
  31. ---------------------------------------
  32. | 1 | 40 | unidad | <--- aumentó en 10
  33. | 2 | 50 | unidad |
  34. | 3 | 20 | unidad | <--- acabas de comprar 20
  35. ---------------------------------------
Add Comment
Please, Sign In to add comment