Difference between revisions of "Production.ProductModelIllustration (table)"
| Line 5: | Line 5: | ||
| '''Table | | '''Table | ||
| Production.ProductModelIllustration | | Production.ProductModelIllustration | ||
| + | |- valign="top" | ||
| + | | '''Description | ||
| + | | Cross-reference table mapping product models and illustrations. | ||
|- | |- | ||
|} | |} | ||
| Line 15: | Line 18: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''PK | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| ProductModelID | | ProductModelID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | PK_ProductModelIllustration_ProductModelID_IllustrationID | + | | Primary key. Foreign key to ProductModel.ProductModelID.<br />PK_ProductModelIllustration_ProductModelID_IllustrationID |
| − | + | |- valign="top" | |
| − | |- | ||
| IllustrationID | | IllustrationID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | PK_ProductModelIllustration_ProductModelID_IllustrationID | + | | Primary key. Foreign key to Illustration.IllustrationID.<br />PK_ProductModelIllustration_ProductModelID_IllustrationID |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
| − | | | + | | Date and time the record was last updated.<br /> |
| − | |||
|} | |} | ||
| Line 58: | Line 57: | ||
| ProductModelID | | ProductModelID | ||
|} | |} | ||
| + | |||
| + | |||
| + | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:54, 28 December 2009
wikibot
| 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 |
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 |