From dbscript Online Help
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]
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.
|
| Dependency Type
|
Object Type
|
Referenced Object
|
| Schema
|
Schema
|
Production
|