WorkRequestComments
| π Overview: 8 Fields | 1 Indexes | 2 Many-to-One Relations |
π Description
π¨οΈ Discussion thread table storing comments and updates on work requests. Enables communication and status tracking for maintenance tasks.
βΉοΈ Table Information
- Table ID: 66
- UUID: 17EBB00DC2A338479A5DE717852AEA8A
- Primary Key: π
ID - Generated: π 2025-12-04T14:34:28Z
π Table of Contents
- π Fields (8)
- π Indexes (1)
- π Many-to-One Relations (2)
- π Related Items
- Forms (2)
π Fields
| Field | Type | Constraints | Description |
|---|---|---|---|
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto, π« Not Null | - |
| WorkRequestID | Long Integer | π« Not Null | - |
| Comment | String | π« Not Null | - |
| CommentBy | String (255) | π« Not Null | - |
| CommentDate | Date | π« Not Null | - |
| Public | Boolean | π« Not Null | - |
| CommentTime | String (255) | π« Not Null | - |
| StaffID | Long Integer | - | - |
π Indexes
| Field | Type | Kind | Unique |
|---|---|---|---|
ID | Keywords | regular | β¨ Yes |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
|---|---|---|---|---|
WorkRequestsEntity | WorkRequests | WorkRequestID β ID | Active | - |
StaffEntity | Staff | StaffID β StaffID | Active | - |
π Related Items
π Forms
- AddWorkRequest - Data source for AddWorkRequest form
- Manufacture - Data source for Manufacture form
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:34:28Z