Changes between Version 6 and Version 7 of RelationlDesign


Ignore:
Timestamp:
06/24/25 15:05:29 (12 days ago)
Author:
221012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationlDesign

    v6 v7  
    22226. Listing ('''__id__, available_from, available_to, status, '''description''', unit_id* (Unit)''')
    2323
    24 7. Lease ('''__id__, start_date, end_date, rent_amount, deposit_amount, unit_id * (Unit), tenant_id (Tenant_Profile), landlord_id* (Landlord_Profile)''')
     247. Lease ('''__id__, start_date, end_date, rent_amount, deposit_amount, listing_id* (Listing), tenant_id* (Tenant_Profile), landlord_id* (Landlord_Profile)''')
    2525
    26268. Payment ('''__id__, amount, status, payment_date, payment, lease_id* (Lease), payment_method_id* (Payment_Method)''')