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.
|