Difference between revisions of "Production.ProductModelIllustration (table)"
| Line 58: | Line 58: | ||
| ProductModelID | | ProductModelID | ||
|} | |} | ||
| − | |||
== automatically generated == | == automatically generated == | ||
| Line 80: | Line 79: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''Description | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| ProductModelID | | ProductModelID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | Primary key. Foreign key to ProductModel.ProductModelID. | + | | Primary key. Foreign key to ProductModel.ProductModelID.PK_ProductModelIllustration_ProductModelID_IllustrationID |
| − | + | |- valign="top" | |
| − | |- | ||
| IllustrationID | | IllustrationID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | Primary key. Foreign key to Illustration.IllustrationID. | + | | Primary key. Foreign key to Illustration.IllustrationID.PK_ProductModelIllustration_ProductModelID_IllustrationID |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| Line 103: | Line 99: | ||
| (GETDATE()) | | (GETDATE()) | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
| − | |||
|} | |} | ||
Revision as of 23:57, 26 November 2009
wikibot
| Table | Production.ProductModelIllustration |
| Column | Data Type | Nullable | Default | PK | Index |
| ProductModelID | int | not null | PK_ProductModelIllustration_ProductModelID_IllustrationID | ||
| IllustrationID | int | not null | PK_ProductModelIllustration_ProductModelID_IllustrationID | ||
| ModifiedDate | datetime | not null | (getdate()) |
| 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 |