Changes between Version 13 and Version 14 of RelationalModel
- Timestamp:
- 12/09/24 19:34:36 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalModel
v13 v14 12 12 13 13 * !WineType (**__WineTypeId__**, **!WineTypeName**, **!WineTypeDescription**, **!WineTypeRegion**) 14 * Wine (**__WineId__**, **!WineTypeID***(WineType), **!WineName**, **!BasePrice**, **!YearProduced**) 14 15 * !CustomerType (**__CustomerTypeId__**, **!CustomerTypeName**, **!CustomerTypeDescription**) 16 * Customer (**__CustomerId__**, **!CustomerTypeId***(CustomerType), **!AddressId***(Address), **!CustomerName**, **!CustomerEmail**) 15 17 * !VehicleType (**__VehicleTypeId__**, **!VehicleTypeName**) 18 * Vehicle (**__VehicleId__**, **!VehicleTypeId***(VehicleType), **Make**, **Model**, **Registration**, **Capacity**) 16 19 * Shipment (**__ShipmentId__**, **!EmployeeId***(Employee), **!PaymentId***(Payment), **!VehicleId***(Vehicle), **!ShipmentDate** ) 17 20