Changes between Version 8 and Version 9 of RelationalDesign
- Timestamp:
- 12/26/22 13:01:58 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v8 v9 13 13 - //customers//(**__ID_customer*__**(users), points) 14 14 - //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) 16 16 - //cinemas//(**__ID_Cinema__**, **name**, **location**) 17 17 - //events//(**__ID_event__**, **theme**, **duration**, **repeating**, **start_dates**)