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