Changes between Version 7 and Version 8 of ConceptualModel
- Timestamp:
- 09/18/25 15:29:05 (9 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConceptualModel
v7 v8 1 1 == ER Diagram == 2 2 3 [[Image(tt lrg.png)]]3 [[Image(ttabslrg.png)]] 4 4 5 5 === Entities === … … 202 202 * **has_role**: 1:N Relation between `StaffRole` and `BackStaff`/`FrontStaff`. 203 203 * Description: Indicates the role of back-staff/front-staff employees. 204 205 * **manages**: M:N:P Relation between `FrontStaff`, `Reservation` and `Table`. 206 * Description: Indicates which FrontStaff employee manages the current reservation and which table is assigned. 207