| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| Code | Unit of Measure Code | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorID | User Id (Record Creator) | int | vr_users |
| Description | Unit of Measure Description | nvarchar | |
| Id | Unit of Measure Id | int | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierID | User Id (Record Modifier) | int | vr_users |