Difference between revisions of "Production.ProductDocument (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.ProductDocument |- |} {| border="1" cellpadding="5" cellspacing="...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
wikibot
Table | Production.ProductDocument |
Column | Data Type | Nullable | Default | PK | Index |
ProductID | int | not null | PK_ProductDocument_ProductID_DocumentID | ||
DocumentID | int | not null | PK_ProductDocument_ProductID_DocumentID | ||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Production.Document | DocumentID | DocumentID |
Production.Product | ProductID | ProductID |