Changes between Version 10 and Version 11 of RelationalDesign


Ignore:
Timestamp:
12/26/22 13:56:01 (23 months ago)
Author:
201094
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v10 v11  
    2222 - //projection_rooms//(**__ID_room__**, **number_of_seats** ,**projection_room_number**, **ID_cinema*__**(Cinemas))
    2323 - //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)
    2425 - customer_rates_film(**__ID_customer*__**(Customer),**__ID_film&__**(Films),**rating**)
    2526 - cinema_plays_film(**__ID_cinema*__**(Cinemas),**__ID_film&__**(Films))