Difference between revisions of "Production.ProductDescription (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductDescription |- |} {| border="1" cellpadding="5" cellspacin...) |
|||
Line 45: | Line 45: | ||
| (getdate()) | | (getdate()) | ||
| | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Detail Table | ||
+ | | '''Column | ||
+ | | '''Referencing Column | ||
+ | |||
+ | |- | ||
+ | | [[Production.ProductModelProductDescriptionCulture_(table)|Production.ProductModelProductDescriptionCulture]] | ||
+ | | ProductDescriptionID | ||
+ | | ProductDescriptionID | ||
+ | |} | ||
+ | |||
+ | == automatically generated == | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- | ||
+ | | '''Table | ||
+ | | Production.ProductDescription | ||
+ | |- | ||
+ | |||
+ | | '''Description | ||
+ | | Product descriptions in several languages. | ||
+ | |- | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Column | ||
+ | | '''Data Type | ||
+ | | '''Nullable | ||
+ | | '''Default | ||
+ | | '''Description | ||
+ | | '''PK / Index | ||
+ | |||
+ | |- | ||
+ | | ProductDescriptionID | ||
+ | | int | ||
+ | | not null | ||
+ | | | ||
+ | | Primary key for ProductDescription records. | ||
+ | | PK_ProductDescription_ProductDescriptionID | ||
+ | |- | ||
+ | | Description | ||
+ | | nvarchar(400) | ||
+ | | not null | ||
+ | | | ||
+ | | Description of the product. | ||
+ | | | ||
+ | |- | ||
+ | | rowguid | ||
+ | | uniqueidentifier | ||
+ | | not null | ||
+ | | (NEWID()) | ||
+ | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. | ||
+ | | AK_ProductDescription_rowguid | ||
+ | |- | ||
+ | | ModifiedDate | ||
+ | | datetime | ||
+ | | not null | ||
+ | | (GETDATE()) | ||
+ | | Date and time the record was last updated. | ||
| | | | ||
|} | |} |
Revision as of 23:26, 26 November 2009
wikibot
Table | Production.ProductDescription |
Column | Data Type | Nullable | Default | PK | Index |
ProductDescriptionID | int | not null | PK_ProductDescription_ProductDescriptionID | ||
Description | nvarchar(400) | not null | |||
rowguid | uniqueidentifier | not null | (newid()) | AK_ProductDescription_rowguid | |
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Production.ProductModelProductDescriptionCulture | ProductDescriptionID | ProductDescriptionID |
automatically generated
Table | Production.ProductDescription |
Description | Product descriptions in several languages. |
Column | Data Type | Nullable | Default | Description | PK / Index |
ProductDescriptionID | int | not null | Primary key for ProductDescription records. | PK_ProductDescription_ProductDescriptionID | |
Description | nvarchar(400) | not null | Description of the product. | ||
rowguid | uniqueidentifier | not null | (NEWID()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. | AK_ProductDescription_rowguid |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Detail Table | Column | Referencing Column |
Production.ProductModelProductDescriptionCulture | ProductDescriptionID | ProductDescriptionID |