Changes between Version 6 and Version 7 of RelationlDesign
- Timestamp:
- 06/24/25 15:05:29 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationlDesign
v6 v7 22 22 6. Listing ('''__id__, available_from, available_to, status, '''description''', unit_id* (Unit)''') 23 23 24 7. Lease ('''__id__, start_date, end_date, rent_amount, deposit_amount, unit_id * (Unit), tenant_id(Tenant_Profile), landlord_id* (Landlord_Profile)''')24 7. Lease ('''__id__, start_date, end_date, rent_amount, deposit_amount, listing_id* (Listing), tenant_id* (Tenant_Profile), landlord_id* (Landlord_Profile)''') 25 25 26 26 8. Payment ('''__id__, amount, status, payment_date, payment, lease_id* (Lease), payment_method_id* (Payment_Method)''')