Difference between revisions of "Production.ProductModel (table)"
| Line 5: | Line 5: | ||
| '''Table | | '''Table | ||
| Production.ProductModel | | Production.ProductModel | ||
| + | |- valign="top" | ||
| + | | '''Description | ||
| + | | Product model classification. | ||
|- | |- | ||
|} | |} | ||
| Line 15: | Line 18: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''PK | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| ProductModelID | | ProductModelID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | PK_ProductModel_ProductModelID | + | | Primary key for ProductModel records.<br />PK_ProductModel_ProductModelID |
| − | + | |- valign="top" | |
| − | |- | ||
| Name | | Name | ||
| dbo.Name | | dbo.Name | ||
| not null | | not null | ||
| | | | ||
| − | | | + | | Product model description.<br />AK_ProductModel_Name |
| − | + | |- valign="top" | |
| − | |- | ||
| CatalogDescription | | CatalogDescription | ||
| xml | | xml | ||
| null | | null | ||
| | | | ||
| − | | | + | | Detailed product catalog information in xml format.<br />PXML_ProductModel_CatalogDescription |
| − | + | |- valign="top" | |
| − | |- | ||
| Instructions | | Instructions | ||
| xml | | xml | ||
| null | | null | ||
| | | | ||
| − | | | + | | Manufacturing instructions in xml format.<br />PXML_ProductModel_Instructions |
| − | + | |- valign="top" | |
| − | |- | ||
| rowguid | | rowguid | ||
| uniqueidentifier | | uniqueidentifier | ||
| not null | | not null | ||
| (newid()) | | (newid()) | ||
| − | | | + | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_ProductModel_rowguid |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
| − | | | + | | Date and time the record was last updated.<br /> |
| − | |||
|} | |} | ||
| Line 83: | Line 79: | ||
| ProductModelID | | ProductModelID | ||
|} | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Dependency Type | ||
| + | | '''Object Type | ||
| + | | '''Referenced Object | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Type | ||
| + | | [[dbo.Name_(type)|dbo.Name]] | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | XML Schema Collection | ||
| + | | [[Production.ManuInstructionsSchemaCollection_(xml_schema_collection)|Production.ManuInstructionsSchemaCollection]] | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | XML Schema Collection | ||
| + | | [[Production.ProductDescriptionSchemaCollection_(xml_schema_collection)|Production.ProductDescriptionSchemaCollection]] | ||
| + | |||
| + | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Reference Type | ||
| + | | '''Object Type | ||
| + | | '''Referencing Object | ||
| + | |||
| + | |- | ||
| + | | Select | ||
| + | | View | ||
| + | | [[Production.vProductAndDescription_(view)|Production.vProductAndDescription]] | ||
| + | |||
| + | |- | ||
| + | | Select | ||
| + | | View | ||
| + | | [[Production.vProductModelCatalogDescription_(view)|Production.vProductModelCatalogDescription]] | ||
| + | |||
| + | |- | ||
| + | | Select | ||
| + | | View | ||
| + | | [[Production.vProductModelInstructions_(view)|Production.vProductModelInstructions]] | ||
| + | |||
| + | |} | ||
| + | |||
| + | |||
| + | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:54, 28 December 2009
wikibot
| Table | Production.ProductModel |
| Description | Product model classification. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| ProductModelID | int | not null | Primary key for ProductModel records. PK_ProductModel_ProductModelID | |
| Name | dbo.Name | not null | Product model description. AK_ProductModel_Name | |
| CatalogDescription | xml | null | Detailed product catalog information in xml format. PXML_ProductModel_CatalogDescription | |
| Instructions | xml | null | Manufacturing instructions in xml format. PXML_ProductModel_Instructions | |
| rowguid | uniqueidentifier | not null | (newid()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_ProductModel_rowguid |
| ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
| Detail Table | Column | Referencing Column |
| Production.Product | ProductModelID | ProductModelID |
| Production.ProductModelIllustration | ProductModelID | ProductModelID |
| Production.ProductModelProductDescriptionCulture | ProductModelID | ProductModelID |
| Dependency Type | Object Type | Referenced Object |
| Data Type | Type | dbo.Name |
| Data Type | XML Schema Collection | Production.ManuInstructionsSchemaCollection |
| Data Type | XML Schema Collection | Production.ProductDescriptionSchemaCollection |
| Reference Type | Object Type | Referencing Object |
| Select | View | Production.vProductAndDescription |
| Select | View | Production.vProductModelCatalogDescription |
| Select | View | Production.vProductModelInstructions |
automatically generated
| Table | Production.ProductModel |
| Description | Product model classification. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| ProductModelID | int | not null | Primary key for ProductModel records. PK_ProductModel_ProductModelID | |
| Name | Name | not null | Product model description. AK_ProductModel_Name | |
| CatalogDescription | XML | null | Detailed product catalog information in xml format. PXML_ProductModel_CatalogDescription | |
| Instructions | XML | null | Manufacturing instructions in xml format. PXML_ProductModel_Instructions | |
| rowguid | uniqueidentifier | not null | (NEWID()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_ProductModel_rowguid |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
| Detail Table | Column | Referencing Column |
| Production.Product | ProductModelID | ProductModelID |
| Production.ProductModelIllustration | ProductModelID | ProductModelID |
| Production.ProductModelProductDescriptionCulture | ProductModelID | ProductModelID |
| Dependency Type | Object Type | Referenced Object |
| Data Type | Type | dbo.Name |
| Schema | Schema | Production |
| Data Type | XML Schema Collection | Production.ManuInstructionsSchemaCollection |
| Data Type | XML Schema Collection | Production.ProductDescriptionSchemaCollection |
| Reference Type | Object Type | Referencing Object |
| Select | View | Production.vProductAndDescription |
| Select | View | Production.vProductModelCatalogDescription |
| Select | View | Production.vProductModelInstructions |