Difference between revisions of "Production.Illustration (table)"
Line 82: | Line 82: | ||
| not null | | not null | ||
| | | | ||
− | | Primary key for Illustration records.PK_Illustration_IllustrationID | + | | Primary key for Illustration records.<br />PK_Illustration_IllustrationID |
|- valign="top" | |- valign="top" | ||
| Diagram | | Diagram | ||
Line 88: | Line 88: | ||
| null | | null | ||
| | | | ||
− | | Illustrations used in manufacturing instructions. Stored as XML. | + | | Illustrations used in manufacturing instructions. Stored as XML.<br /> |
|- valign="top" | |- valign="top" | ||
| ModifiedDate | | ModifiedDate | ||
Line 94: | Line 94: | ||
| not null | | not null | ||
| (GETDATE()) | | (GETDATE()) | ||
− | | Date and time the record was last updated. | + | | Date and time the record was last updated.<br /> |
|} | |} | ||
Revision as of 00:10, 27 November 2009
wikibot
Table | Production.Illustration |
Column | Data Type | Nullable | Default | PK | Index |
IllustrationID | int | not null | PK_Illustration_IllustrationID | ||
Diagram | xml | null | |||
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Production.ProductModelIllustration | IllustrationID | IllustrationID |
automatically generated
Table | Production.Illustration |
Description | Bicycle assembly diagrams. |
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. |
Detail Table | Column | Referencing Column |
Production.ProductModelIllustration | IllustrationID | IllustrationID |