Difference between revisions of "Production.ProductSubcategory (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductSubcategory |- |} {| border="1" cellpadding="5" cellspacin...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
wikibot
Table | Production.ProductSubcategory |
Column | Data Type | Nullable | Default | PK | Index |
ProductSubcategoryID | int | not null | PK_ProductSubcategory_ProductSubcategoryID | ||
ProductCategoryID | int | not null | |||
Name | dbo.Name | not null | AK_ProductSubcategory_Name | ||
rowguid | uniqueidentifier | not null | (newid()) | AK_ProductSubcategory_rowguid | |
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Production.ProductCategory | ProductCategoryID | ProductCategoryID |
Detail Table | Column | Referencing Column |
Production.Product | ProductSubcategoryID | ProductSubcategoryID |