Approvals
| π Overview: 13 Fields | 2 Indexes | 2 Many-to-One Relations |
π Description
π¨οΈ Workflow table tracking approval requests and decisions for product changes, tool modifications, and quality exceptions. Links to Product, Tools, and Staff.
βΉοΈ Table Information
- Table ID: 62
- UUID: 6588D29DE7A2FE44BEEA0304F247C2A0
- Primary Key: π
ID - Generated: π 2025-12-04T14:34:24Z
π Table of Contents
- π Fields (13)
- π Indexes (2)
- π Many-to-One Relations (2)
- π Related Items
- Classes (2)
π Fields
| Field | Type | Constraints | Description |
|---|---|---|---|
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto | - |
| ToolID | Long Integer | π« Not Null | - |
| Customer | String (255) | π« Not Null | - |
| FullApproval | Boolean | π« Not Null | - |
| ApprovalType | String (255) | π« Not Null | - |
| ConditionalApproval | Boolean | π« Not Null | - |
| ConditionalUntil | Date | π« Not Null | - |
| Issue | String (255) | π« Not Null | - |
| BypassApproval | Boolean | π« Not Null | - |
| Comments | String (255) | π« Not Null | - |
| ApprovedBy | String (255) | π« Not Null | - |
| ApprovedWhen | Date | π« Not Null | - |
| MigrationID | Long Integer | - | - |
π Indexes
| Field | Type | Kind | Unique |
|---|---|---|---|
ToolID | Keywords | regular | - |
ID | Keywords | regular | β¨ Yes |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
|---|---|---|---|---|
ToolsEntity | Tools | ToolID β Tool_ID | Active | - |
CustomerEntity | Customer | Customer β Customer_Code | Active | - |
π Related Items
π¦ Classes
- Approvals - ORDA DataClass class for Approvals table
- ApprovalsEntity - ORDA Entity class for Approvals table
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:34:24Z