Difference between revisions of "Production.Illustration (table)"
Line 54: | Line 54: | ||
| IllustrationID | | IllustrationID | ||
|} | |} | ||
− | |||
== automatically generated == | == automatically generated == | ||
Line 76: | Line 75: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''Description | + | | '''Description / PK / Index |
− | |||
− | |- | + | |- valign="top" |
| IllustrationID | | IllustrationID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
− | | Primary key for Illustration records. | + | | Primary key for Illustration records.PK_Illustration_IllustrationID |
− | + | |- valign="top" | |
− | |- | ||
| Diagram | | Diagram | ||
| XML | | XML | ||
Line 92: | Line 89: | ||
| | | | ||
| Illustrations used in manufacturing instructions. Stored as XML. | | Illustrations used in manufacturing instructions. Stored as XML. | ||
− | + | |- valign="top" | |
− | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
Line 99: | Line 95: | ||
| (GETDATE()) | | (GETDATE()) | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
− | |||
|} | |} | ||
Revision as of 23:57, 26 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 |