Changes between Version 5 and Version 6 of konceptualenDizajnLogickiFizicki
- Timestamp:
- 12/26/24 15:35:30 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
konceptualenDizajnLogickiFizicki
v5 v6 12 12 Payment('''__paymentId__''', '''__customerId__'''*(Customer), totalPrice, date, reservationNumber) 13 13 14 Menu('''__menuId__''', '''restaurantId'''*(Restaurant), itemName, category, price, description, dietaryInformation)14 Menu('''__menuId__''', '''restaurantId'''*(Restaurant), category) 15 15 16 Restaurant('''__restaurantId__''', name, address, cuisineType, phone, operatingHours, website, socialMediaLinks, rating) 16 Item('''__itemId__''', '''menuIditemName'''*(Menu), price, description, dietaryInformation) 17 18 Restaurant('''__restaurantId__''', name, address, cuisineType, phone, operatingHours, deposit, website, socialMediaLinks, rating) 17 19 18 20 Table('''__tableId__''', '''restaurantId'''*(Restaurant), capacity, location, isSmokingArea, description) 21 22 == DDL скрипта за бришење на табелите и креирање на табелите 23 24 == DML скрипта за полнење на табелите со податоци