Difference between revisions of "Production.ProductCostHistory (table)"
Line 68: | Line 68: | ||
| ProductID | | ProductID | ||
|} | |} | ||
− | |||
== automatically generated == | == automatically generated == | ||
Line 90: | Line 89: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''Description | + | | '''Description / PK / Index |
− | |||
− | |- | + | |- valign="top" |
| ProductID | | ProductID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
− | | Product identification number. Foreign key to Product. | + | | Product identification number. Foreign key to Product.ProductIDPK_ProductCostHistory_ProductID_StartDate |
− | + | |- valign="top" | |
− | |- | ||
| StartDate | | StartDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| | | | ||
− | | Product cost start date. | + | | Product cost start date.PK_ProductCostHistory_ProductID_StartDate |
− | + | |- valign="top" | |
− | |- | ||
| EndDate | | EndDate | ||
| datetime | | datetime | ||
Line 113: | Line 109: | ||
| | | | ||
| Product cost end date. | | Product cost end date. | ||
− | + | |- valign="top" | |
− | |- | ||
| StandardCost | | StandardCost | ||
| money | | money | ||
Line 120: | Line 115: | ||
| | | | ||
| Standard cost of the product. | | Standard cost of the product. | ||
− | + | |- valign="top" | |
− | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
Line 127: | Line 121: | ||
| (GETDATE()) | | (GETDATE()) | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
− | |||
|} | |} | ||
Line 142: | Line 135: | ||
| ProductID | | ProductID | ||
| ProductID | | ProductID | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Referencing Object | ||
+ | | '''Object Type | ||
+ | | '''Reference Type | ||
+ | |||
+ | |- | ||
+ | | [[dbo.ufnGetProductStandardCost_(function)|dbo.ufnGetProductStandardCost]] | ||
+ | | Function | ||
+ | | Select | ||
|} | |} |
Revision as of 23:57, 26 November 2009
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 |
automatically generated
Table | Production.ProductCostHistory |
Description | Changes in the cost of a product over time. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ProductID | int | not null | Product identification number. Foreign key to Product.ProductIDPK_ProductCostHistory_ProductID_StartDate | |
StartDate | datetime | not null | Product cost start date.PK_ProductCostHistory_ProductID_StartDate | |
EndDate | datetime | null | Product cost end date. | |
StandardCost | money | not null | Standard cost of the product. | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Relation | Column | Referenced Column |
Production.Product | ProductID | ProductID |
Referencing Object | Object Type | Reference Type |
dbo.ufnGetProductStandardCost | Function | Select |