| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| category | Category | varchar | |
| code | Code | nvarchar | |
| cr_pk | Crew Id | int | vrpt_crew |
| description | Description | nvarchar | |
| Id | Job Librabry Tool Link Id | int | |
| PK | Job Librabry Tool Link Id | int | |
| trq_cr_fk | Tool Id | int | vr_Tool |
| trq_createdDate | Record Creation Date | datetime | |
| trq_creator_fk | User Id (Record Creator) | int | vr_users |
| trq_fo_fk | Task Id | int | vrpt_task |
| trq_modifiedDate | Last Modified Date | datetime | |
| trq_modifier_fk | User Id (Record Modifier) | int | vr_users |
| trq_pk | Job Librabry Tool Link Id | int | |
| trq_quantity | Quantity | decimal | |
| trq_tt_fk | Tool Type Id | int | vr_ToolType |
| tt_pk | Tool Type Id | int | vr_ToolType |