Production.ProductModelIllustration Table
Information
| Name | ProductModelIllustration |
| Schema | Production |
| Row Count | 7 |
| Data Size | 8 KB |
| Index Size | 8 KB |
| Reserved Size | 16 KB |
| Unused Size | 0 KB |
| Created | 14.10.2005 1:58:34 |
| Modified | 14.10.2005 1:59:54 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| ProductModelIllustration | TABLE | MS_Description | Cross-reference table mapping product models and illustrations. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | ProductModelID | int |   | Production.ProductModel.ProductModelID |   | |||
|   |   |   | IllustrationID | int |   | Production.Illustration.IllustrationID |   | |||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_ProductModelIllustration_ProductModelID_IllustrationID | Clustered |   |   | ProductModelID, IllustrationID |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_ProductModelIllustration_Illustration_IllustrationID | Foreign key | Production.Illustration |
| FK_ProductModelIllustration_ProductModel_ProductModelID | Foreign key | Production.ProductModel |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| Production.uProductModelIllustration | UPDATE |   |   |   | 14.10.2005 1:59:54 | 14.10.2005 1:59:54 |
