Production.ProductCategory (table)
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 |