Difference between revisions of "Production.ProductListPriceHistory (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductListPriceHistory |- |} {| border="1" cellpadding="5" cells...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
wikibot
Table | Production.ProductListPriceHistory |
Column | Data Type | Nullable | Default | PK | Index |
ProductID | int | not null | PK_ProductListPriceHistory_ProductID_StartDate | ||
StartDate | datetime | not null | PK_ProductListPriceHistory_ProductID_StartDate | ||
EndDate | datetime | null | |||
ListPrice | money | not null | |||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Production.Product | ProductID | ProductID |