Changes
Page history
Update Final Submission
authored
Apr 07, 2020
by
Jorgen Wiebe (jow172)
Show whitespace changes
Inline
Side-by-side
Final-Submission.md
View page @
dec233ad
...
...
@@ -445,9 +445,6 @@ Epic 5: As MaryShopaholic, I would like to see my spending visually in a way tha
*
Amount(Integer)(Not Null)
*
CreatedAt(Date)(Not Null)
*
UpdatedAt(Date)(Not Null)
*
Constraint
*
Check((BusinessId == Null && ItemCategoryId != Null) || (BusinessId != Null && ItemCategoryId == Null) || (BusinessId == Null && ItemCategoryId == Null))
*
# Each entry in budgets is an item category budget or a business budget or a total budget
...
...
...
...