Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed Apr 29, 2024
1 parent 5086f63 commit 9bc6da2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RestaurantReservation.Db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
- `Table` deletion is restricted by its `Reservation` entities, because:
- Reservation deletion already cascades from its Customer parent.
- So, we can either `SetNull` or `Restrict`.
- The second choice seems more fitting since a reservation shouldn't exist with a table.
- The second choice seems more fitting since a reservation shouldn't exist with a table.

- `OpeningHours` in `Restaurant` is a simple string, because:
- Its not used in any query of the given requirements.

0 comments on commit 9bc6da2

Please sign in to comment.