Changes between Version 5 and Version 6 of RelationModel


Ignore:
Timestamp:
06/08/26 22:27:13 (7 days ago)
Author:
231116
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationModel

    v5 v6  
    398398
    399399`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 each booking references one payment. Implemented through `booking_id` in `Payment` (and a back-reference in `Booking`).
     400Represents 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`).
    401401
    402402----