Changes between Version 24 and Version 25 of RelationalDesign


Ignore:
Timestamp:
12/20/21 03:40:30 (3 years ago)
Author:
195115
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v24 v25  
    1212 - Employee('''__employee_id__''','''user_id*'''(Users))
    1313
    14  - Client('''__client_id__''','''user_id*'''(Users))
     14 - Client('''__user_id__*'''(Users),'''client_id''')
    1515
    1616 - Genre('''__genre_id__''', '''genre_name''')
     
    4646   * Секундарен клуч: seat_id е референца кон Seat и има not null constraint поради тотално учество на Reservation во релацијата for
    4747
    48  - Controles ('''__employee_id__*'''(Employee),'''__projection_id__*'''(MovieProjection))
     48 - Controles ('''__user_id__*'''(Employee),'''__projection_id__*'''(MovieProjection))
    4949   * Композитен примарен клуч:(employee_id, projection_id)
    5050