Created
October 10, 2019 17:19
-
-
Save xicond/37f7238038dde17d9de5dbcb3bd4f18e to your computer and use it in GitHub Desktop.
join-design
This file contains hidden or 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
MasterReward | |
- ID (unique ID) | |
- type of reward | |
- amount | |
User | |
- ID (UserID) | |
- Name (firstName, lastName) | |
- birthday | |
- date register | |
CardUsage (this will act as log usage) | |
- ID (unique ID) | |
- CardID | |
- Buy amount | |
- Buy type | |
- loyalty amount | |
- ID Master Reward | |
CardLoyalty (this will act as summary of loyalty) | |
- ID (CardID) | |
- userID | |
- total amount of loyalty | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment