Changes between Version 13 and Version 14 of RelationalModel


Ignore:
Timestamp:
12/09/24 19:34:36 (5 weeks ago)
Author:
153093
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalModel

    v13 v14  
    1212
    1313* !WineType (**__WineTypeId__**, **!WineTypeName**, **!WineTypeDescription**, **!WineTypeRegion**)
     14* Wine (**__WineId__**, **!WineTypeID***(WineType), **!WineName**, **!BasePrice**, **!YearProduced**)
    1415* !CustomerType (**__CustomerTypeId__**, **!CustomerTypeName**, **!CustomerTypeDescription**)
     16* Customer (**__CustomerId__**, **!CustomerTypeId***(CustomerType), **!AddressId***(Address), **!CustomerName**, **!CustomerEmail**)
    1517* !VehicleType (**__VehicleTypeId__**, **!VehicleTypeName**)
     18* Vehicle (**__VehicleId__**, **!VehicleTypeId***(VehicleType), **Make**, **Model**, **Registration**, **Capacity**)
    1619* Shipment (**__ShipmentId__**, **!EmployeeId***(Employee), **!PaymentId***(Payment), **!VehicleId***(Vehicle), **!ShipmentDate**  )
    1720