| Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
|---|---|---|---|---|---|---|---|
| ProductModelID | int | Not null | Primary key. Foreign key to ProductModel.ProductModelID. | ||||
| IllustrationID | int | Not null | Primary key. Foreign key to Illustration.IllustrationID. | ||||
| ModifiedDate | datetime | getdate() | Not null | Date and time the record was last updated. |
The object has no extended properties.
| Primary Key Name | Field Names |
|---|---|
| PK_ProductModelIllustration_ProductModelID_IllustrationID | ProductModelID, IllustrationID |
| Foreign | Primary | Key Name |
|---|---|---|
| ProductModelIllustration.IllustrationID | Illustration.IllustrationID | FK_ProductModelIllustration_Illustration_IllustrationID |
| ProductModelIllustration.ProductModelID | ProductModel.ProductModelID | FK_ProductModelIllustration_ProductModel_ProductModelID |
| Index Name | Description | Clustered | Unique | Fields |
|---|---|---|---|---|
| PK_ProductModelIllustration_ProductModelID_IllustrationID | Clustered index created by a primary key constraint. | Yes | Yes | ProductModelID, IllustrationID |
| Name | Description | Type | Enabled |
|---|---|---|---|
| uProductModelIllustration | AFTER UPDATE trigger setting the ModifiedDate column in the ProductModelIllustration table to the current date. | after Update | Yes |
| Object Name | Type | Field Name |
|---|---|---|
| Production.uProductModelIllustration | trigger | N/A |