Difference between revisions of "Production.ProductReview (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductReview |- |} {| border="1" cellpadding="5" cellspacing="0"...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
wikibot
Table | Production.ProductReview |
Column | Data Type | Nullable | Default | PK | Index |
ProductReviewID | int | not null | PK_ProductReview_ProductReviewID | ||
ProductID | int | not null | IX_ProductReview_ProductID_Name | ||
ReviewerName | dbo.Name | not null | IX_ProductReview_ProductID_Name | ||
ReviewDate | datetime | not null | (getdate()) | ||
EmailAddress | nvarchar(50) | not null | |||
Rating | int | not null | |||
Comments | nvarchar(3850) | null | IX_ProductReview_ProductID_Name | ||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Production.Product | ProductID | ProductID |