Changes between Version 24 and Version 25 of RelationalDesign
- Timestamp:
- 12/20/21 03:40:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v24 v25 12 12 - Employee('''__employee_id__''','''user_id*'''(Users)) 13 13 14 - Client('''__ client_id__''','''user_id*'''(Users))14 - Client('''__user_id__*'''(Users),'''client_id''') 15 15 16 16 - Genre('''__genre_id__''', '''genre_name''') … … 46 46 * Секундарен клуч: seat_id е референца кон Seat и има not null constraint поради тотално учество на Reservation во релацијата for 47 47 48 - Controles ('''__ employee_id__*'''(Employee),'''__projection_id__*'''(MovieProjection))48 - Controles ('''__user_id__*'''(Employee),'''__projection_id__*'''(MovieProjection)) 49 49 * Композитен примарен клуч:(employee_id, projection_id) 50 50