Production.WorkOrder Table
Information
| Name | WorkOrder |
| Schema | Production |
| Row Count | 72591 |
| Data Size | 4192 KB |
| Index Size | 1832 KB |
| Reserved Size | 6352 KB |
| Unused Size | 328 KB |
| Created | 14.10.2005. 1:58:38 |
| Modified | 2.7.2009. 10:35:10 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| WorkOrder | TABLE | MS_Description | Manufacturing work orders. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | WorkOrderID | int |   |   | ||||
|   |   | ProductID | int |   | Production.Product.ProductID |   | ||||
|   |   | OrderQty | int |   |   | |||||
|   |   | StockedQty | int |   |   | (isnull([OrderQty]-[ScrappedQty],(0))) | ||||
|   |   | ScrappedQty | smallint |   |   | |||||
|   |   | StartDate | datetime |   |   | |||||
|   |   | EndDate | datetime |   |   | |||||
|   |   | DueDate | datetime |   |   | |||||
|   |   | ScrapReasonID | smallint |   | Production.ScrapReason.ScrapReasonID |   | ||||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_WorkOrder_WorkOrderID | Clustered |   |   | WorkOrderID |
| IX_WorkOrder_ScrapReasonID | NonClustered |   |   | ScrapReasonID |
| IX_WorkOrder_ProductID | NonClustered |   |   | ProductID |
Check Constraints
| Name | Column | Enabled | Trusted | Expression |
|---|---|---|---|---|
| CK_WorkOrder_EndDate |   |   | ([EndDate]>=[StartDate] OR [EndDate] IS NULL) | |
| CK_WorkOrder_OrderQty | OrderQty |   |   | ([OrderQty]>(0)) |
| CK_WorkOrder_ScrappedQty | ScrappedQty |   |   | ([ScrappedQty]>=(0)) |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_WorkOrder_Product_ProductID | Foreign key | Production.Product |
| FK_WorkOrder_ScrapReason_ScrapReasonID | Foreign key | Production.ScrapReason |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| iWorkOrder | INSERT |   |   |   | 14.10.2005. 1:59:57 | 2.7.2009. 10:35:10 |
| uWorkOrder | UPDATE |   |   |   | 14.10.2005. 1:59:58 | 2.7.2009. 10:35:10 |
