Created
February 22, 2018 16:04
-
-
Save mauricioaniche/aea9166aeaeb338fe5aa606fd55cbbd1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://yuml.me/5acca255.png