Changes between Version 6 and Version 7 of Logical and Physical Design - Database creation (with SQL Scripts)
- Timestamp:
- 11/29/22 18:10:22 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logical and Physical Design - Database creation (with SQL Scripts)
v6 v7 18 18 * '''*'''Референцира villa_id од Villa 19 19 5. ''Service'' ('''__service_id__''', '''service_type''', '''price''', '''user_id*''', '''room_id*''') 20 * '''*'''Референцира user_id од Server20 * '''*'''Референцира user_id од Waiter 21 21 * '''*'''Референцира room_id од Rooms 22 22 6. ''Payment'' ('''__payment_id__''', '''total_payment''', '''pay_date''', '''rec_id''', '''customer_id''', '''user_id*''') … … 29 29 * '''*'''Референцира user_id од User 30 30 12. ''User'' ('''__user_id__''', '''EMBG''', '''address''', '''email''', '''phone_number''') 31 13. '' Server'' ('''__user_id*__''', '''shift''', '''salary''')31 13. ''Waiter'' ('''__user_id*__''', '''shift''', '''salary''') 32 32 * '''*'''Референцира user_id од User 33 33 14. ''Receptionist'' ('''__user_id*__''', '''shift''', '''salary''') … … 48 48 * '''*'''Референцира reservation_id од Reservation 49 49 * '''*'''Референцира event_id од Event 50 21. ''reservation_for_activity'' ('''__reservation_id*, activity*_ _''')50 21. ''reservation_for_activity'' ('''__reservation_id*, activity*_id''') 51 51 * '''*'''Референцира reservation_id од Reservation 52 52 * '''*'''Референцира activity_id од Activities