Changes between Version 23 and Version 24 of RelationalDesign


Ignore:
Timestamp:
12/21/22 16:26:19 (19 months ago)
Author:
201144
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v23 v24  
    1515* User(**__UserID__,Name,Surname,Password,Phone_Number**,City_of_Residency)
    1616* Post(**__PID__, CityName*(City), Num_Roomates, Price, Date_Posted**, Description)
    17 * Apartment_photos(**__PhotosID,Apartment_photos__**)
     17* Apartment_photos(**__PostID*(OwnerPost),Apartment_photos__**)
    1818* Admin(**__UserID*(User)__, Role**)
    1919* Owner(**__UserID*(User)__**)
    2020* Student(**__UserID*(User)__,FacultyID*(Faculty)**,Age,Gender)
    2121* StudentPost(**__PID*(Post)__,UserID*(Student)**)
    22 * OwnerPost(**__PID*(Post)__, ApartmentID*(Apartment),UserID(Owner)**,PhotosID*(Apartment_photos))
     22* OwnerPost(**__PID*(Post)__, ApartmentID*(Apartment),UserID(Owner)**)
    2323* Moderates_Posts_For(**__CityName*(City),UserID*(Admin)__**)
    2424* Student_Signs(**__UserID*(Student),AgreementID*(Agreement)__**)