Difference between revisions of "Production.ProductModelIllustration (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.ProductModelIllustration | | Production.ProductModelIllustration | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Cross-reference table mapping product models and illustrations. | | Cross-reference table mapping product models and illustrations. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
|- valign="top" | |- valign="top" | ||
| ProductModelID | | ProductModelID | ||
Line 46: | Line 44: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| PK_ProductModelIllustration_ProductModelID_IllustrationID | | PK_ProductModelIllustration_ProductModelID_IllustrationID | ||
| ProductModelID, IllustrationID | | ProductModelID, IllustrationID | ||
Line 57: | Line 55: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[Production.Illustration_(table)|Production.Illustration]] | | [[Production.Illustration_(table)|Production.Illustration]] | ||
| IllustrationID | | IllustrationID | ||
| IllustrationID | | IllustrationID | ||
− | |- | + | |- valign="top" |
| [[Production.ProductModel_(table)|Production.ProductModel]] | | [[Production.ProductModel_(table)|Production.ProductModel]] | ||
| ProductModelID | | ProductModelID | ||
Line 75: | Line 73: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Schema | | Schema |
Latest revision as of 00:16, 24 June 2010
Contents
[hide]wikibot[edit]
Table | Production.ProductModelIllustration |
Description | Cross-reference table mapping product models and illustrations. |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
ProductModelID | int | not null | Primary key. Foreign key to ProductModel.ProductModelID. | |
IllustrationID | int | not null | Primary key. Foreign key to Illustration.IllustrationID. | |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key[edit]
Primary Key | Columns |
PK_ProductModelIllustration_ProductModelID_IllustrationID | ProductModelID, IllustrationID |
Foreign Keys[edit]
Relation | Column | Referenced Column |
Production.Illustration | IllustrationID | IllustrationID |
Production.ProductModel | ProductModelID | ProductModelID |
References[edit]
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
automatically generated[edit]
Table | Production.ProductModelIllustration |
Description | Cross-reference table mapping product models and illustrations. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ProductModelID | int | not null | Primary key. Foreign key to ProductModel.ProductModelID. PK_ProductModelIllustration_ProductModelID_IllustrationID | |
IllustrationID | int | not null | Primary key. Foreign key to Illustration.IllustrationID. PK_ProductModelIllustration_ProductModelID_IllustrationID | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Relation | Column | Referenced Column |
Production.Illustration | IllustrationID | IllustrationID |
Production.ProductModel | ProductModelID | ProductModelID |
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |