Changes between Version 2 and Version 3 of ConceptualModel
- Timestamp:
- 01/03/25 08:59:57 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConceptualModel
v2 v3 17 17 * **Entity: Employee** 18 18 * **Description**: Represents employees of the system. 19 * **Primary Key**: ` id`.19 * **Primary Key**: `user_id`. 20 20 * **Attributes**: 21 21 * **user_id**: Foreign key referencing `User`. … … 25 25 * **Entity: Customer** 26 26 * **Description**: Represents customers in the system. 27 * **Primary Key**: ` id`.27 * **Primary Key**: `user_id`. 28 28 * **Attributes**: 29 29 * **user_id**: Foreign key referencing `User`.