Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
---|---|---|---|---|---|---|---|
IllustrationID | int identity | int | Not null | Primary key for Illustration records. | |||
Diagram | xml | Null | Illustrations used in manufacturing instructions. Stored as XML. | ||||
ModifiedDate | datetime | getdate() | Not null | Date and time the record was last updated. |
The object has no extended properties.
Primary Key Name | Field Name |
---|---|
PK_Illustration_IllustrationID | IllustrationID |
Index Name | Description | Clustered | Unique | Fields |
---|---|---|---|---|
PK_Illustration_IllustrationID | Clustered index created by a primary key constraint. | Yes | Yes | IllustrationID |
Name | Description | Type | Enabled |
---|---|---|---|
uIllustration | AFTER UPDATE trigger setting the ModifiedDate column in the Illustration table to the current date. | after Update | Yes |
Object Name | Type | Field Name |
---|---|---|
Production.uIllustration | trigger | N/A |