From dbscript Online Help
wikibot
Table
|
Production.ProductModel
|
Description
|
Product model classification.
|
Columns
Column
|
Data Type
|
Nullable
|
Default
|
Description
|
ProductModelID
|
int
|
not null
|
|
Primary key for ProductModel records.
|
Name
|
dbo.Name
|
not null
|
|
Product model description.
|
CatalogDescription
|
xml
|
null
|
|
Detailed product catalog information in xml format.
|
Instructions
|
xml
|
null
|
|
Manufacturing instructions in xml format.
|
rowguid
|
uniqueidentifier
|
not null
|
(newid())
|
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
|
ModifiedDate
|
datetime
|
not null
|
(getdate())
|
Date and time the record was last updated.
|
Primary Key
Primary Key
|
Columns
|
PK_ProductModel_ProductModelID
|
ProductModelID
|
Indexes
Index
|
Type
|
Columns
|
AK_ProductModel_Name
|
Unique
|
Name
|
AK_ProductModel_rowguid
|
Unique
|
rowguid
|
PXML_ProductModel_CatalogDescription
|
|
CatalogDescription
|
PXML_ProductModel_Instructions
|
|
Instructions
|
Detail Tables
References
Dependencies
automatically generated
Table
|
Production.ProductModel
|
Description
|
Product model classification.
|
Column
|
Data Type
|
Nullable
|
Default
|
Description / PK / Index
|
ProductModelID
|
int
|
not null
|
|
Primary key for ProductModel records. PK_ProductModel_ProductModelID
|
Name
|
Name
|
not null
|
|
Product model description. AK_ProductModel_Name
|
CatalogDescription
|
XML
|
null
|
|
Detailed product catalog information in xml format. PXML_ProductModel_CatalogDescription
|
Instructions
|
XML
|
null
|
|
Manufacturing instructions in xml format. PXML_ProductModel_Instructions
|
rowguid
|
uniqueidentifier
|
not null
|
(NEWID())
|
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_ProductModel_rowguid
|
ModifiedDate
|
datetime
|
not null
|
(GETDATE())
|
Date and time the record was last updated.
|