Column | Data Type | Nullable | Default | Description / PK / Index |
ProductID | int | not null | | Product identification number. Foreign key to Product.ProductID PK_ProductListPriceHistory_ProductID_StartDate |
StartDate | datetime | not null | | List price start date. PK_ProductListPriceHistory_ProductID_StartDate |
EndDate | datetime | null | | List price end date
|
ListPrice | money | not null | | Product list price.
|
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|