Production.UnitMeasure (table)
wikibot
Table | Production.UnitMeasure |
Column | Data Type | Nullable | Default | PK | Index |
UnitMeasureCode | nchar(0) | not null | PK_UnitMeasure_UnitMeasureCode | ||
Name | dbo.Name | not null | AK_UnitMeasure_Name | ||
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Production.BillOfMaterials | UnitMeasureCode | UnitMeasureCode |
Production.Product | UnitMeasureCode | SizeUnitMeasureCode |
Production.Product | UnitMeasureCode | WeightUnitMeasureCode |
Purchasing.ProductVendor | UnitMeasureCode | UnitMeasureCode |