Difference between revisions of "Production.Illustration (table)"

From dbscript Online Help
Jump to: navigation, search
Line 5: Line 5:
 
| '''Table
 
| '''Table
 
| Production.Illustration
 
| Production.Illustration
 +
|- valign="top"
 +
| '''Description
 +
| Bicycle assembly diagrams.
 
|-
 
|-
 
|}
 
|}
Line 15: Line 18:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description / PK / Index
| '''Index
 
 
 
|-
+
|- valign="top"
 
| IllustrationID
 
| IllustrationID
 
| int
 
| int
 
| not null
 
| not null
 
|  
 
|  
| PK_Illustration_IllustrationID
+
| Primary key for Illustration records.<br />PK_Illustration_IllustrationID
|
+
|- valign="top"
|-
 
 
| Diagram
 
| Diagram
 
| xml
 
| xml
 
| null
 
| null
 
|  
 
|  
|  
+
| Illustrations used in manufacturing instructions. Stored as XML.<br />
|
+
|- valign="top"
|-
 
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
|  
+
| Date and time the record was last updated.<br />
|
 
 
|}
 
|}
  
Line 54: Line 53:
 
| IllustrationID
 
| IllustrationID
 
|}
 
|}
 +
 +
 +
 
== automatically generated ==
 
== automatically generated ==
  

Revision as of 23:54, 28 December 2009

wikibot

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


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