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

From dbscript Online Help
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| Production.ProductModelIllustration
 
| Production.ProductModelIllustration
|-
+
|- valign="top"
 +
| '''Description
 +
| Cross-reference table mapping product models and illustrations.
 
|}
 
|}
  
 
+
=== 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 15: Line 17:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| ProductModelID
 
| ProductModelID
 
| int
 
| int
 
| not null
 
| not null
 
|  
 
|  
| PK_ProductModelIllustration_ProductModelID_IllustrationID
+
| Primary key. Foreign key to ProductModel.ProductModelID.
|
+
|- valign="top"
|-
 
 
| IllustrationID
 
| IllustrationID
 
| int
 
| int
 
| not null
 
| not null
 
|  
 
|  
| PK_ProductModelIllustration_ProductModelID_IllustrationID
+
| Primary key. Foreign key to Illustration.IllustrationID.
|
+
|- valign="top"
|-
 
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
|  
+
| 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
 +
|- valign="top"
 +
| PK_ProductModelIllustration_ProductModelID_IllustrationID
 +
| ProductModelID, IllustrationID
 +
|}
  
 
+
=== Foreign Keys ===
 
{| 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 48: Line 55:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
+
 
|-
+
|- valign="top"
 
| [[Production.Illustration_(table)|Production.Illustration]]
 
| [[Production.Illustration_(table)|Production.Illustration]]
 
| IllustrationID
 
| IllustrationID
 
| IllustrationID
 
| IllustrationID
|-
+
|- valign="top"
 
| [[Production.ProductModel_(table)|Production.ProductModel]]
 
| [[Production.ProductModel_(table)|Production.ProductModel]]
 
| ProductModelID
 
| ProductModelID
 
| ProductModelID
 
| ProductModelID
 
|}
 
|}
 +
 +
=== References ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Dependency Type
 +
| '''Object Type
 +
| '''Referenced Object
 +
 +
|- valign="top"
 +
| Schema
 +
| Schema
 +
| [[Production_(schema)|Production]]
 +
 +
|}
 +
 +
 
== automatically generated ==
 
== automatically generated ==
  
Line 64: Line 87:
 
| '''Table
 
| '''Table
 
| Production.ProductModelIllustration
 
| Production.ProductModelIllustration
|-
+
|- valign="top"
 
 
 
| '''Description
 
| '''Description
 
| Cross-reference table mapping product models and illustrations.
 
| Cross-reference table mapping product models and illustrations.
 
|-
 
|-
 
 
|}
 
|}
  
Line 86: Line 107:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. Foreign key to ProductModel.ProductModelID.PK_ProductModelIllustration_ProductModelID_IllustrationID
+
| Primary key. Foreign key to ProductModel.ProductModelID.<br />PK_ProductModelIllustration_ProductModelID_IllustrationID
 
|- valign="top"
 
|- valign="top"
 
| IllustrationID
 
| IllustrationID
Line 92: Line 113:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. Foreign key to Illustration.IllustrationID.PK_ProductModelIllustration_ProductModelID_IllustrationID
+
| Primary key. Foreign key to Illustration.IllustrationID.<br />PK_ProductModelIllustration_ProductModelID_IllustrationID
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 98: Line 119:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.
+
| Date and time the record was last updated.<br />
 
|}
 
|}
  
Line 117: Line 138:
 
| ProductModelID
 
| ProductModelID
 
| ProductModelID
 
| ProductModelID
 +
|}
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Dependency Type
 +
| '''Object Type
 +
| '''Referenced Object
 +
 +
|-
 +
| Schema
 +
| Schema
 +
| [[Production_(schema)|Production]]
 +
 
|}
 
|}

Latest revision as of 00:16, 24 June 2010

wikibot[edit]

Table Production.ProductModelIllustration
Description Cross-reference table mapping product models and illustrations.

Columns[edit]

Column Data Type Nullable Default Description
ProductModelID int not null Primary key. Foreign key to ProductModel.ProductModelID.
IllustrationID int not null Primary key. Foreign key to Illustration.IllustrationID.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key[edit]

Primary Key Columns
PK_ProductModelIllustration_ProductModelID_IllustrationID ProductModelID, IllustrationID

Foreign Keys[edit]

Relation Column Referenced Column
Production.Illustration IllustrationID IllustrationID
Production.ProductModel ProductModelID ProductModelID

References[edit]

Dependency Type Object Type Referenced Object
Schema Schema Production


automatically generated[edit]

Table Production.ProductModelIllustration
Description Cross-reference table mapping product models and illustrations.


Column Data Type Nullable Default Description / PK / Index
ProductModelID int not null Primary key. Foreign key to ProductModel.ProductModelID.
PK_ProductModelIllustration_ProductModelID_IllustrationID
IllustrationID int not null Primary key. Foreign key to Illustration.IllustrationID.
PK_ProductModelIllustration_ProductModelID_IllustrationID
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Relation Column Referenced Column
Production.Illustration IllustrationID IllustrationID
Production.ProductModel ProductModelID ProductModelID


Dependency Type Object Type Referenced Object
Schema Schema Production