Production ProductDocument (table)

wikibot

TableProduction.ProductDocument
DescriptionCross-reference table mapping products to related product documents.

Columns

ColumnData TypeNullableDefaultDescription
ProductIDintnot null Product identification number. Foreign key to Product.ProductID.
DocumentIDintnot null Document identification number. Foreign key to Document.DocumentID.
ModifiedDatedatetimenot null(getdate())Date and time the record was last updated.

Primary Key

Primary KeyColumns
PK_ProductDocument_ProductID_DocumentIDProductID, DocumentID

Foreign Keys

RelationColumnReferenced Column
Production.DocumentDocumentIDDocumentID
Production.ProductProductIDProductID

References

Dependency TypeObject TypeReferenced Object
SchemaSchemaProduction