Changes between Version 7 and Version 8 of konceptualenDizajn


Ignore:
Timestamp:
12/16/24 15:45:02 (4 weeks ago)
Author:
213209
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • konceptualenDizajn

    v7 v8  
    88
    99Description: Represents a customer who can make reservations.
    10 Primary Key: None specified in the XML; assumed to be an ID or similar field.
    11 Attributes: Not explicitly detailed in the XML file.
     10Primary Key: customerId(autogenerated).
     11Attributes:
    1212
    1313'''Entity: Restaurant'''
    1414
    1515Description: Represents a restaurant, which contains menus and tables.
    16 Primary Key: None specified; assumed to have an identifier such as RestaurantID.
    17 Attributes: Not explicitly detailed.
     16Primary Key: RestaurantID(autogenerated).
     17Attributes:
    1818
    1919'''Entity: Menu'''
    2020
    2121Description: Represents the menu associated with a restaurant.
    22 Primary Key: None specified; assumed to have an identifier such as MenuID.
    23 Attributes: Not explicitly detailed.
     22Primary Key: MenuID(autogenerated).
     23Attributes:
     24
    2425'''Entity: Table'''
    2526
    2627Description: Represents a table in a restaurant that can be reserved.
    27 Primary Key: None specified; assumed to have an identifier such as TableID.
    28 Attributes: Not explicitly detailed.
     28Primary Key: TableID(autogenerated).
     29Attributes:
    2930
    3031'''Entity: Reservation'''
    3132
    3233Description: Represents a reservation made by a customer.
    33 Primary Key: None specified; assumed to have an identifier such as ReservationID.
    34 Attributes: Not explicitly detailed.
     34Primary Key: ReservationID(autogenerated).
     35Attributes: