Difference between revisions of "Production.ProductCostHistory (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductCostHistory |- |} {| border="1" cellpadding="5" cellspacin...)
(No difference)

Revision as of 14:34, 3 January 2009

wikibot

Table Production.ProductCostHistory


Column Data Type Nullable Default PK Index
ProductID int not null PK_ProductCostHistory_ProductID_StartDate
StartDate datetime not null PK_ProductCostHistory_ProductID_StartDate
EndDate datetime null
StandardCost money not null
ModifiedDate datetime not null (getdate())


Relation Column Referenced Column
Production.Product ProductID ProductID