Changes between Version 4 and Version 5 of Logical and Physical Design - Database creation (with SQL Scripts)
- Timestamp:
- 11/29/22 17:17:42 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logical and Physical Design - Database creation (with SQL Scripts)
v4 v5 15 15 2. ''Events'' ('''__event_id__''', '''event_type''', '''price''', '''number_of_interested_guests''') 16 16 3. ''Activities'' ('''__activity_id__''', '''activity_type''', '''price''', '''number_of_interested_guests''', '''location''') 17 4. ''Rooms'' ('''__room_id__''', room_type, price,availability, villa_id*)17 4. ''Rooms'' ('''__room_id__''', '''room_type''', '''price,availability''', '''villa_id*''') 18 18 * '''*'''Референцира villa_id од Villa 19 19 5. ''Service'' ('''__service_id__''', '''service_type''', '''price''', '''user_id*''', '''room_id*''')