Column | Data Type | Nullable | Default | Description / PK / Index |
IllustrationID | int | not null | | Primary key for Illustration records. PK_Illustration_IllustrationID |
Diagram | xml | null | | Illustrations used in manufacturing instructions. Stored as XML.
|
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|