out_of_theblue10

dbdesign

Jan 28th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. User
  2. #user_id
  3. *name
  4. *username/email
  5. *password
  6. *adress
  7.  
  8. Product
  9. #product_id
  10. *name
  11. *description
  12. *price
  13. *category
  14.  
  15. //Basket_item
  16. //#item_id
  17. //*product_id
  18. //*user_id
  19.  
  20. Sale
  21. #sale_id
  22. *user_id
  23. *product_id
  24. *date
  25. *payment_type
  26.  
  27. Retailer
  28. #retailer_id
  29. *name
  30. *telephone
  31.  
  32. Employee
  33. #employee_id
  34. *name
  35. *email
  36. *telephone
  37. *adress
  38. *birthdate
  39. *occupation
  40. *salary
Advertisement
Add Comment
Please, Sign In to add comment