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