Difference between revisions of "Production.ProductDocument (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| Production.ProductDocument | | Production.ProductDocument | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Cross-reference table mapping products to related product documents. | | Cross-reference table mapping products to related product documents. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
|- valign="top" | |- valign="top" | ||
| ProductID | | ProductID | ||
Line 46: | Line 44: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| PK_ProductDocument_ProductID_DocumentID | | PK_ProductDocument_ProductID_DocumentID | ||
| ProductID, DocumentID | | ProductID, DocumentID | ||
Line 57: | Line 55: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[Production.Document_(table)|Production.Document]] | | [[Production.Document_(table)|Production.Document]] | ||
| DocumentID | | DocumentID | ||
| DocumentID | | DocumentID | ||
− | |- | + | |- valign="top" |
| [[Production.Product_(table)|Production.Product]] | | [[Production.Product_(table)|Production.Product]] | ||
| ProductID | | ProductID | ||
Line 75: | Line 73: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Schema | | Schema |
Latest revision as of 23:16, 23 June 2010
Contents
wikibot[edit]
Table | Production.ProductDocument |
Description | Cross-reference table mapping products to related product documents. |
Columns[edit]
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[edit]
Primary Key | Columns |
PK_ProductDocument_ProductID_DocumentID | ProductID, DocumentID |
Foreign Keys[edit]
Relation | Column | Referenced Column |
Production.Document | DocumentID | DocumentID |
Production.Product | ProductID | ProductID |
References[edit]
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
automatically generated[edit]
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. |
Relation | Column | Referenced Column |
Production.Document | DocumentID | DocumentID |
Production.Product | ProductID | ProductID |
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |