Difference between revisions of "Production.ProductModelIllustration (table)"
Line 12: | Line 12: | ||
+ | === Columns === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 18: | Line 19: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''Description | + | | '''Description |
|- valign="top" | |- valign="top" | ||
Line 25: | Line 26: | ||
| not null | | not null | ||
| | | | ||
− | | Primary key. Foreign key to ProductModel.ProductModelID. | + | | Primary key. Foreign key to ProductModel.ProductModelID. |
|- valign="top" | |- valign="top" | ||
| IllustrationID | | IllustrationID | ||
Line 31: | Line 32: | ||
| not null | | not null | ||
| | | | ||
− | | Primary key. Foreign key to Illustration.IllustrationID. | + | | Primary key. Foreign key to Illustration.IllustrationID. |
|- valign="top" | |- valign="top" | ||
| ModifiedDate | | ModifiedDate | ||
Line 37: | Line 38: | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
− | | Date and time the record was last updated. | + | | Date and time the record was last updated. |
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- | ||
+ | | PK_ProductModelIllustration_ProductModelID_IllustrationID | ||
+ | | ProductModelID, IllustrationID | ||
+ | |} | ||
− | + | === Foreign Keys === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 58: | Line 68: | ||
|} | |} | ||
+ | === References === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |||
+ | |- | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Production_(schema)|Production]] | ||
+ | |||
+ | |} | ||
Revision as of 00:06, 3 February 2010
Contents
[hide]wikibot
Table | Production.ProductModelIllustration |
Description | Cross-reference table mapping product models and illustrations. |
Columns
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
Primary Key | Columns |
PK_ProductModelIllustration_ProductModelID_IllustrationID | ProductModelID, IllustrationID |
Foreign Keys
Relation | Column | Referenced Column |
Production.Illustration | IllustrationID | IllustrationID |
Production.ProductModel | ProductModelID | ProductModelID |
References
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
automatically generated
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 |