Changes between Version 22 and Version 23 of RelationalDesign
- Timestamp:
- 12/21/22 15:51:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v22 v23 20 20 * Student(**__UserID*(User)__,FacultyID*(Faculty)**,Age,Gender) 21 21 * StudentPost(**__PID*(Post)__,UserID*(Student)**) 22 * OwnerPost(**__PID*(Post)__, ApartmentID*(Apartment),UserID(Owner)**,PhotosID (Apartment_photos))22 * OwnerPost(**__PID*(Post)__, ApartmentID*(Apartment),UserID(Owner)**,PhotosID*(Apartment_photos)) 23 23 * Moderates_Posts_For(**__CityName*(City),UserID*(Admin)__**) 24 24 * Student_Signs(**__UserID*(Student),AgreementID*(Agreement)__**)