Difference between revisions of "Production.ProductModel (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductModel |- |} {| border="1" cellpadding="5" cellspacing="0" ...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
wikibot
Table | Production.ProductModel |
Column | Data Type | Nullable | Default | PK | Index |
ProductModelID | int | not null | PK_ProductModel_ProductModelID | ||
Name | dbo.Name | not null | AK_ProductModel_Name | ||
CatalogDescription | xml | null | PXML_ProductModel_CatalogDescription | ||
Instructions | xml | null | PXML_ProductModel_Instructions | ||
rowguid | uniqueidentifier | not null | (newid()) | AK_ProductModel_rowguid | |
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Production.Product | ProductModelID | ProductModelID |
Production.ProductModelIllustration | ProductModelID | ProductModelID |
Production.ProductModelProductDescriptionCulture | ProductModelID | ProductModelID |