Skip to content

Instantly share code, notes, and snippets.

@xicond
Created October 10, 2019 17:19
Show Gist options
  • Save xicond/37f7238038dde17d9de5dbcb3bd4f18e to your computer and use it in GitHub Desktop.
Save xicond/37f7238038dde17d9de5dbcb3bd4f18e to your computer and use it in GitHub Desktop.
join-design
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