Update Final Submission authored by Jorgen Wiebe (jow172)'s avatar Jorgen Wiebe (jow172)
......@@ -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
......
......