Column | Data Type | Nullable | Default | Description / PK / Index |
UnitMeasureCode | nchar(3) | not null | | Primary key. PK_UnitMeasure_UnitMeasureCode |
Name | dbo.Name | not null | | Unit of measure description. AK_UnitMeasure_Name |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|