Changes between Version 11 and Version 12 of RelationlDesign


Ignore:
Timestamp:
07/06/25 17:21:20 (5 hours ago)
Author:
221012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationlDesign

    v11 v12  
    24247. Lease ('''__id__, start_date, end_date, rent_amount, deposit_amount, listing_id* (Listing), tenant_id* (Tenant_Profile), landlord_id* (Landlord_Profile)''')
    2525
    26 8. Payment ('''__id__, amount, status, payment_date, payment, lease_id* (Lease), payment_method_id* (Payment_Method)''')
     268. Payment ('''__id__, amount, status, payment_date, lease_id* (Lease), payment_method_id* (Payment_Method)''')
    2727
    28289. Payment_Method ('''__id__, name''')