Skip to content

Instantly share code, notes, and snippets.

@mauricioaniche
Created February 22, 2018 16:04
Show Gist options
  • Save mauricioaniche/aea9166aeaeb338fe5aa606fd55cbbd1 to your computer and use it in GitHub Desktop.
Save mauricioaniche/aea9166aeaeb338fe5aa606fd55cbbd1 to your computer and use it in GitHub Desktop.
[Customer|-name;-address]
[Product|-name;-price]
[Inventory|-qty]
[Item|-qty;-totalPrice]
[Delivery|-date]
[Satisfaction|-stars]
[Customer]<>1..n[Order]
[Order]<>1..n[Item]
[Item]<>[Product]
[Delivery]<>1..n[Order]
[Delivery]<>1..n[Item]
[Inventory]<>[Product]
[Satisfaction]<>[Order]
@mauricioaniche
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment