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

From dbscript Online Help
Jump to: navigation, search
Line 12: Line 12:
  
  
 +
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 18: Line 19:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''Description / PK / Index
+
| '''Description
 
 
 
|- valign="top"
 
|- valign="top"
Line 25: Line 26:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for Illustration records.<br />PK_Illustration_IllustrationID
+
| Primary key for Illustration records.
 
|- valign="top"
 
|- valign="top"
 
| Diagram
 
| Diagram
Line 31: Line 32:
 
| null
 
| null
 
|  
 
|  
| Illustrations used in manufacturing instructions. Stored as XML.<br />
+
| Illustrations used in manufacturing instructions. Stored as XML.
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 37: Line 38:
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
| Date and time the record was last updated.<br />
+
| Date and time the record was last updated.
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| PK_Illustration_IllustrationID
 +
| IllustrationID
 +
|}
  
 
+
=== Detail Tables ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 53: Line 63:
 
| IllustrationID
 
| IllustrationID
 
|}
 
|}
 
  
  

Revision as of 23:52, 2 February 2010

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


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