Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
---|---|---|---|---|---|---|---|
UnitMeasureCode | nchar | 3 | Not null | Primary key. | |||
Name | Name | nvarchar(50) | Not null | Unit of measure description. | |||
ModifiedDate | datetime | getdate() | Not null | Date and time the record was last updated. |
The object has no extended properties.
Primary Key Name | Field Name |
---|---|
PK_UnitMeasure_UnitMeasureCode | UnitMeasureCode |
Index Name | Description | Clustered | Unique | Fields |
---|---|---|---|---|
PK_UnitMeasure_UnitMeasureCode | Clustered index created by a primary key constraint. | Yes | Yes | UnitMeasureCode |
AK_UnitMeasure_Name | Unique nonclustered index. | No | Yes | Name |
Name | Description | Type | Enabled |
---|---|---|---|
uUnitMeasure | AFTER UPDATE trigger setting the ModifiedDate column in the UnitMeasure table to the current date. | after Update | Yes |
Object Name | Type | Field Name |
---|---|---|
Production.uUnitMeasure | trigger | N/A |