Changes between Version 9 and Version 10 of RelationlDesign
- Timestamp:
- 06/25/25 02:32:41 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationlDesign
v9 v10 20 20 5. Unit ('''__id__, unit_number, floor, bedrooms, bathrooms, area_sq_m, rent_amount, property_id* (Property)''') 21 21 22 6. Listing ('''__id__, available_from, available_to, status, '''description''', unit_id* (Unit)''')22 6. Listing ('''__id__, title, available_from, available_to, status, '''description''', unit_id* (Unit)''') 23 23 24 24 7. Lease ('''__id__, start_date, end_date, rent_amount, deposit_amount, listing_id* (Listing), tenant_id* (Tenant_Profile), landlord_id* (Landlord_Profile)''') … … 28 28 9. Payment_Method ('''__id__, name''') 29 29 30 10. Tenant_Profile ('''__id*__( Profile)''')30 10. Tenant_Profile ('''__id*__(User)''') 31 31 32 11. Landlord_Profile ('''__id*__( Profile), managed_properties_count, is_agent''')32 11. Landlord_Profile ('''__id*__(User), managed_properties_count, is_agent''') 33 33 34 34 12. Service_Request ('''__id__, decription, request_date, status, lease_id*(Lease), service_category_id * (Service_Category)''') … … 42 42 16. Document ('''__id__, file_type, file_url, uploaded_at, user_id * (User), lease_id* (Lease)''') 43 43 44 17. Address ('''__id__, street, city, number, country''')44 17. Address ('''__id__, street, municipality, city, number, country''') 45 45 46 46 18. Message ('''__id__, sent_at, content, from_user_id*(User), to_user_id*(User), lease_id*(Lease)''') 47 47 48 48 19. Unit_Image ('''__id__, image, unit_id*(Unit)''') 49 50 20. Interested ('''__listing_id*, tenant_profile_id__*''') 49 51 50 52