ScrewTurn Wiki

Edit

wikibot

TableProduction.ProductListPriceHistory
DescriptionChanges in the list price of a product over time.

Edit

Columns

ColumnData TypeNullableDefaultDescription
ProductIDintnot null Product identification number. Foreign key to Product.ProductID
StartDatedatetimenot null List price start date.
EndDatedatetimenull List price end date
ListPricemoneynot null Product list price.
ModifiedDatedatetimenot null(getdate())Date and time the record was last updated.

Edit

Primary Key

Primary KeyColumns
PK_ProductListPriceHistory_ProductID_StartDateProductID, StartDate

Edit

Check Constraints

Check ConstraintExpressionDescription
CK_ProductListPriceHistory_EndDate(EndDate>=StartDate OR EndDate IS NULL)Check constraint EndDate >= StartDate OR EndDate IS NULL
CK_ProductListPriceHistory_ListPrice(ListPrice>(0.00))Check constraint ListPrice > (0.00)

Edit

Foreign Keys

RelationColumnReferenced Column
Production.ProductProductIDProductID

Edit

References

Dependency TypeObject TypeReferenced Object
SchemaSchemaProduction

Edit

Dependencies

Reference TypeObject TypeReferencing Object
SelectFunctiondbo.ufnGetProductDealerPrice
SelectFunctiondbo.ufnGetProductListPrice

Edit

automatically generated

TableProduction.ProductListPriceHistory
DescriptionChanges in the list price of a product over time.

ColumnData TypeNullableDefaultDescription / PK / Index
ProductIDintnot null Product identification number. Foreign key to Product.ProductID
PK_ProductListPriceHistory_ProductID_StartDate
StartDatedatetimenot null List price start date.
PK_ProductListPriceHistory_ProductID_StartDate
EndDatedatetimenull List price end date
ListPricemoneynot null Product list price.
ModifiedDatedatetimenot null(GETDATE())Date and time the record was last updated.



RelationColumnReferenced Column
Production.ProductProductIDProductID

Dependency TypeObject TypeReferenced Object
SchemaSchemaProduction

Reference TypeObject TypeReferencing Object
SelectFunctiondbo.ufnGetProductDealerPrice
SelectFunctiondbo.ufnGetProductListPrice

ScrewTurn Wiki version 2.0.36. Some of the icons created by FamFamFam.