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