Difference between revisions of "Production.Illustration (table)"
Line 121: | Line 121: | ||
| Schema | | Schema | ||
| Schema | | Schema | ||
− | | [[Production_(schema)|.Production]] | + | | [[Production_(schema)|false.Production]] |
|} | |} |
Revision as of 06:33, 30 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 |
Dependency Type | Object Type | Referenced Object |
Schema | Schema | false.Production |