Production.ProductListPriceHistory Table

Information

NameProductListPriceHistory
SchemaProduction
Row Count395
Data Size24 KB
Index Size16 KB
Reserved Size40 KB
Unused Size0 KB
Created14.10.2005 1:58:34
Modified14.10.2005 1:59:53

Extended Properties

NameTypeProperty NameValue
ProductListPriceHistoryTABLEMS_DescriptionChanges in the list price of a product over time.

Columns

PKKeyIdentityNameData TypeAllow NullsCollationReferencesDefaultComputedCompute Expression
   ProductIDint  Production.Product.ProductID
 
 
 
   StartDatedatetime   
 
 
 
   EndDatedatetime   
 
 
 
   ListPricemoney   
 
 
 
   ModifiedDatedatetime   
(getdate())
 
 

Indexes

NameTypePrimaryUniqueColumns
PK_ProductListPriceHistory_ProductID_StartDateClustered  ProductID, StartDate

Check Constraints

NameColumnEnabledTrustedExpression
CK_ProductListPriceHistory_EndDate   ([EndDate]>=[StartDate] OR [EndDate] IS NULL)
CK_ProductListPriceHistory_ListPriceListPrice  ([ListPrice]>(0.00))

Foreign Key Constraints

NameTypeReferenced Table
FK_ProductListPriceHistory_Product_ProductIDForeign keyProduction.Product

Triggers

NameActivates onInstead OfFor ReplicationEnabledCreatedModified
Production.uProductListPriceHistoryUPDATE   14.10.2005 1:59:5314.10.2005 1:59:53