Changes between Version 11 and Version 12 of RelationlDesign
- Timestamp:
- 07/06/25 17:21:20 (5 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationlDesign
v11 v12 24 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 8. Payment ('''__id__, amount, status, payment_date, payment,lease_id* (Lease), payment_method_id* (Payment_Method)''')26 8. Payment ('''__id__, amount, status, payment_date, lease_id* (Lease), payment_method_id* (Payment_Method)''') 27 27 28 28 9. Payment_Method ('''__id__, name''')