Difference between revisions of "Production.ProductModelProductDescriptionCulture (table)"
Line 5: | Line 5: | ||
| '''Table | | '''Table | ||
| Production.ProductModelProductDescriptionCulture | | Production.ProductModelProductDescriptionCulture | ||
+ | |- valign="top" | ||
+ | | '''Description | ||
+ | | Cross-reference table mapping product descriptions and the language the description is written in. | ||
|- | |- | ||
|} | |} | ||
Line 15: | Line 18: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''PK | + | | '''Description / PK / Index |
− | |||
− | |- | + | |- valign="top" |
| ProductModelID | | ProductModelID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
− | | PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | + | | Primary key. Foreign key to ProductModel.ProductModelID.<br />PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID |
− | + | |- valign="top" | |
− | |- | ||
| ProductDescriptionID | | ProductDescriptionID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
− | | PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | + | | Primary key. Foreign key to ProductDescription.ProductDescriptionID.<br />PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID |
− | + | |- valign="top" | |
− | |- | ||
| CultureID | | CultureID | ||
| nchar(6) | | nchar(6) | ||
| not null | | not null | ||
| | | | ||
− | | PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | + | | Culture identification number. Foreign key to Culture.CultureID.<br />PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID |
− | + | |- valign="top" | |
− | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
− | | | + | | Date and time the record was last updated.<br /> |
− | |||
|} | |} | ||
Line 69: | Line 67: | ||
| ProductModelID | | ProductModelID | ||
|} | |} | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
+ | | '''Referencing Object | ||
+ | |||
+ | |- | ||
+ | | Select | ||
+ | | View | ||
+ | | [[Production.vProductAndDescription_(view)|Production.vProductAndDescription]] | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:54, 28 December 2009
wikibot
Table | Production.ProductModelProductDescriptionCulture |
Description | Cross-reference table mapping product descriptions and the language the description is written in. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ProductModelID | int | not null | Primary key. Foreign key to ProductModel.ProductModelID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
ProductDescriptionID | int | not null | Primary key. Foreign key to ProductDescription.ProductDescriptionID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
CultureID | nchar(6) | not null | Culture identification number. Foreign key to Culture.CultureID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Relation | Column | Referenced Column |
Production.Culture | CultureID | CultureID |
Production.ProductDescription | ProductDescriptionID | ProductDescriptionID |
Production.ProductModel | ProductModelID | ProductModelID |
Reference Type | Object Type | Referencing Object |
Select | View | Production.vProductAndDescription |
automatically generated
Table | Production.ProductModelProductDescriptionCulture |
Description | Cross-reference table mapping product descriptions and the language the description is written in. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ProductModelID | int | not null | Primary key. Foreign key to ProductModel.ProductModelID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
ProductDescriptionID | int | not null | Primary key. Foreign key to ProductDescription.ProductDescriptionID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
CultureID | nchar(6) | not null | Culture identification number. Foreign key to Culture.CultureID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Relation | Column | Referenced Column |
Production.Culture | CultureID | CultureID |
Production.ProductDescription | ProductDescriptionID | ProductDescriptionID |
Production.ProductModel | ProductModelID | ProductModelID |
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
Reference Type | Object Type | Referencing Object |
Select | View | Production.vProductAndDescription |