Changes between Version 7 and Version 8 of ConceptualModel
- Timestamp:
- 12/17/24 14:20:43 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConceptualModel
v7 v8 1 1 == ER Diagram == 2 [[Image(ERModel_RouteMK.png)]] 2 3 [[Image(er-model-routemk_final.2.png)]] 3 4 4 5 === Entities === … … 110 111 * **Primary Key**: Composite key (`latitude`, `longitude`). 111 112 * **Attributes**: 112 * **time**: Estimated arrival time.113 113 * **name**: Descriptive name of the location. 114 114 115 115 * **Entity: Favorite** 116 116 * **Description**: A weak entity representing a user's favorite routes. 117 * **Primary Key**: Composite key (` email`, `favorite_id`).117 * **Primary Key**: Composite key (`account_email`, `route_id`). 118 118 119 119 * **Entity: Payment**