Production.ProductDescription (table)
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 |