Changes between Version 9 and Version 10 of RelationlDesign


Ignore:
Timestamp:
06/25/25 02:32:41 (12 days ago)
Author:
221012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationlDesign

    v9 v10  
    20205. Unit ('''__id__, unit_number, floor, bedrooms, bathrooms, area_sq_m, rent_amount, property_id* (Property)''')
    2121
    22 6. Listing ('''__id__, available_from, available_to, status, '''description''', unit_id* (Unit)''')
     226. Listing ('''__id__, title, available_from, available_to, status, '''description''', unit_id* (Unit)''')
    2323
    24247. Lease ('''__id__, start_date, end_date, rent_amount, deposit_amount, listing_id* (Listing), tenant_id* (Tenant_Profile), landlord_id* (Landlord_Profile)''')
     
    28289. Payment_Method ('''__id__, name''')
    2929
    30 10. Tenant_Profile ('''__id*__(Profile)''')
     3010. Tenant_Profile ('''__id*__(User)''')
    3131
    32 11. Landlord_Profile ('''__id*__(Profile), managed_properties_count, is_agent''')
     3211. Landlord_Profile ('''__id*__(User), managed_properties_count, is_agent''')
    3333
    343412. Service_Request ('''__id__, decription, request_date, status, lease_id*(Lease), service_category_id * (Service_Category)''')
     
    424216. Document ('''__id__, file_type, file_url, uploaded_at, user_id * (User), lease_id* (Lease)''')
    4343
    44 17. Address ('''__id__, street, city, number, country''')
     4417. Address ('''__id__, street, municipality, city, number, country''')
    4545
    464618. Message ('''__id__, sent_at, content, from_user_id*(User), to_user_id*(User), lease_id*(Lease)''')
    4747
    484819. Unit_Image ('''__id__, image, unit_id*(Unit)''')
     49
     5020. Interested ('''__listing_id*, tenant_profile_id__*''')
    4951
    5052