Changes between Version 8 and Version 9 of RelationalDesign


Ignore:
Timestamp:
12/26/22 13:01:58 (2 years ago)
Author:
201094
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v8 v9  
    1313 - //customers//(**__ID_customer*__**(users), points)
    1414 - //salaries//(**__ID_salary__**, **sum**, **date_from**, date_to, **ID_worker*__**(Workers))
    15  - //films//(**__ID_film__**, **name**, **duration**, **actors**, **genre**, **age_category**, **director**, description, release_date)
     15 - //films//(**__ID_film__**, **name**, **duration**, **actors**, **genre**, **age_category**, **director**, **start_date**, **end_date**, description)
    1616 - //cinemas//(**__ID_Cinema__**, **name**, **location**)
    1717 - //events//(**__ID_event__**, **theme**, **duration**, **repeating**, **start_dates**)