Production.ProductModelIllustration

Table: 'Production.ProductModelIllustration'

3 fields. 24 bytes.

Cross-reference table mapping product models and illustrations.

Field NameData TypeSizeOriginal TypeDefaultNullableDescriptionCheck
ProductModelIDint   Not nullPrimary key. Foreign key to ProductModel.ProductModelID. 
IllustrationIDint   Not nullPrimary key. Foreign key to Illustration.IllustrationID. 
ModifiedDatedatetime  getdate()Not nullDate and time the record was last updated. 

Extended Properties

The object has no extended properties.

Primary key for table 'Production.ProductModelIllustration'

Primary Key NameField Names
PK_ProductModelIllustration_ProductModelID_IllustrationIDProductModelID, IllustrationID

Foreign keys for table 'Production.ProductModelIllustration', 2 items

ForeignPrimaryKey Name
ProductModelIllustration.IllustrationIDIllustration.IllustrationIDFK_ProductModelIllustration_Illustration_IllustrationID
ProductModelIllustration.ProductModelIDProductModel.ProductModelIDFK_ProductModelIllustration_ProductModel_ProductModelID

Indexes for table 'Production.ProductModelIllustration', 1 item

Index NameDescriptionClusteredUniqueFields
PK_ProductModelIllustration_ProductModelID_IllustrationIDClustered index created by a primary key constraint.YesYesProductModelID, IllustrationID

Triggers for table 'Production.ProductModelIllustration', 1 item

NameDescriptionTypeEnabled
uProductModelIllustrationAFTER UPDATE trigger setting the ModifiedDate column in the ProductModelIllustration table to the current date.after Update Yes

Dependencies for table 'Production.ProductModelIllustration', 1 item

Object NameTypeField Name
Production.uProductModelIllustrationtriggerN/A