Difference between revisions of "Production.Illustration (table)"
Line 62: | Line 62: | ||
| IllustrationID | | IllustrationID | ||
| IllustrationID | | IllustrationID | ||
+ | |} | ||
+ | |||
+ | === References === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |||
+ | |- | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Production_(schema)|Production]] | ||
+ | |||
|} | |} | ||
Revision as of 23:05, 2 February 2010
Contents
wikibot
Table | Production.Illustration |
Description | Bicycle assembly diagrams. |
Columns
Column | Data Type | Nullable | Default | Description |
IllustrationID | int | not null | Primary key for Illustration records. | |
Diagram | xml | null | Illustrations used in manufacturing instructions. Stored as XML. | |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
Primary Key | Columns |
PK_Illustration_IllustrationID | IllustrationID |
Detail Tables
Detail Table | Column | Referencing Column |
Production.ProductModelIllustration | IllustrationID | IllustrationID |
References
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
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 |
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |