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