Changes between Version 14 and Version 15 of RelationalModel


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalModel

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