Difference between revisions of "Production.UnitMeasure (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.UnitMeasure |- |} {| border="1" cellpadding="5" cellspacing="0" s...) |
(No difference)
|
Revision as of 13:35, 3 January 2009
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 |