Changes between Version 10 and Version 11 of RelationalDesign
- Timestamp:
- 12/26/22 13:56:01 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v10 v11 22 22 - //projection_rooms//(**__ID_room__**, **number_of_seats** ,**projection_room_number**, **ID_cinema*__**(Cinemas)) 23 23 - //categories//(**__ID_category__**, **name**, extra_amount) 24 - //work_hours_weekly//(**__ID_work_hours__**, **ID_worker*__**(Workers), **week_number**, **year_num**, **hours_from**, **hours_to**,check_in) 24 25 - customer_rates_film(**__ID_customer*__**(Customer),**__ID_film&__**(Films),**rating**) 25 26 - cinema_plays_film(**__ID_cinema*__**(Cinemas),**__ID_film&__**(Films))