Difference between revisions of "Production.ProductModelProductDescriptionCulture (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductModelProductDescriptionCulture |- |} {| border="1" cellpad...) |
|||
Line 34: | Line 34: | ||
|- | |- | ||
| CultureID | | CultureID | ||
− | | nchar( | + | | nchar(6) |
| not null | | not null | ||
| | | |
Revision as of 15:31, 3 January 2009
wikibot
Table | Production.ProductModelProductDescriptionCulture |
Column | Data Type | Nullable | Default | PK | Index |
ProductModelID | int | not null | PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | ||
ProductDescriptionID | int | not null | PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | ||
CultureID | nchar(6) | not null | PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | ||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Production.Culture | CultureID | CultureID |
Production.ProductDescription | ProductDescriptionID | ProductDescriptionID |
Production.ProductModel | ProductModelID | ProductModelID |