Changes between Version 5 and Version 6 of RelationModel
- Timestamp:
- 06/08/26 22:27:13 (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationModel
v5 v6 398 398 399 399 `paid_with (Booking ā Payment)` [[BR]] 400 Represents the financial settlement of a booking. Modeled as Nā1: multiple bookings can be associated with a single payment (e.g., batch payments), while eachbooking references one payment. Implemented through `booking_id` in `Payment` (and a back-reference in `Booking`).400 Represents the financial settlement of a booking. Modeled as 1ā1: one payment is for one booking and one booking references one payment. Implemented through `booking_id` in `Payment` (and a back-reference in `Booking`). 401 401 402 402 ----
