From dbscript Online Help
wikibot
Table
|
Production.ProductDocument
|
Description
|
Cross-reference table mapping products to related product documents.
|
Columns
Column
|
Data Type
|
Nullable
|
Default
|
Description
|
ProductID
|
int
|
not null
|
|
Product identification number. Foreign key to Product.ProductID.
|
DocumentID
|
int
|
not null
|
|
Document identification number. Foreign key to Document.DocumentID.
|
ModifiedDate
|
datetime
|
not null
|
(getdate())
|
Date and time the record was last updated.
|
Primary Key
Primary Key
|
Columns
|
PK_ProductDocument_ProductID_DocumentID
|
ProductID, DocumentID
|
Foreign Keys
References
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Production
|
automatically generated
Table
|
Production.ProductDocument
|
Description
|
Cross-reference table mapping products to related product documents.
|
Column
|
Data Type
|
Nullable
|
Default
|
Description / PK / Index
|
ProductID
|
int
|
not null
|
|
Product identification number. Foreign key to Product.ProductID. PK_ProductDocument_ProductID_DocumentID
|
DocumentID
|
int
|
not null
|
|
Document identification number. Foreign key to Document.DocumentID. PK_ProductDocument_ProductID_DocumentID
|
ModifiedDate
|
datetime
|
not null
|
(GETDATE())
|
Date and time the record was last updated.
|
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Production
|