Production.ProductCostHistory (table)
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 |