Guest User

Untitled

a guest
Dec 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. +-- Item -----
  2. | id: ℕ
  3. | name: String
  4. | price: ℝ
  5. | category: String
  6. |----
  7. | price ≥ 0
  8. +----------
  9.  
  10. +-- Database -----
  11. | items: ℕ +-> Item
  12. |----------
  13.  
  14. +-- Items -----
  15. | ids: ℕ
  16. | name: ids --> String
  17. | price: ids --> ℝ
  18. | category: ids --> String
  19. +----------
Add Comment
Please, Sign In to add comment