Production ProductDescription (table)

wikibot

TableProduction.ProductDescription
DescriptionProduct descriptions in several languages.

Columns

ColumnData TypeNullableDefaultDescription
ProductDescriptionIDintnot null Primary key for ProductDescription records.
Descriptionnvarchar(400)not null Description of the product.
rowguiduniqueidentifiernot null(newid())ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDatedatetimenot null(getdate())Date and time the record was last updated.

Primary Key

Primary KeyColumns
PK_ProductDescription_ProductDescriptionIDProductDescriptionID

Indexes

IndexTypeColumns
AK_ProductDescription_rowguidUniquerowguid

Detail Tables

Detail TableColumnReferencing Column
Production.ProductModelProductDescriptionCultureProductDescriptionIDProductDescriptionID

References

Dependency TypeObject TypeReferenced Object
SchemaSchemaProduction

Dependencies

Reference TypeObject TypeReferencing Object
SelectViewProduction.vProductAndDescription