Difference between revisions of "Production.ScrapReason (table)"
| Line 117: | Line 117: | ||
| Wheel misaligned | | Wheel misaligned | ||
|} | |} | ||
| − | |||
== automatically generated == | == automatically generated == | ||
| Line 139: | Line 138: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''Description | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| ScrapReasonID | | ScrapReasonID | ||
| smallint | | smallint | ||
| not null | | not null | ||
| | | | ||
| − | | Primary key for ScrapReason records. | + | | Primary key for ScrapReason records.PK_ScrapReason_ScrapReasonID |
| − | + | |- valign="top" | |
| − | |- | ||
| Name | | Name | ||
| Name | | Name | ||
| not null | | not null | ||
| | | | ||
| − | | Failure description. | + | | Failure description.AK_ScrapReason_Name |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| Line 162: | Line 158: | ||
| (GETDATE()) | | (GETDATE()) | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
| − | |||
|} | |} | ||
| Line 177: | Line 172: | ||
| ScrapReasonID | | ScrapReasonID | ||
| ScrapReasonID | | ScrapReasonID | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Referenced Object | ||
| + | | '''Object Type | ||
| + | | '''Dependency Type | ||
| + | |||
| + | |- | ||
| + | | [[dbo.Name_(type)|dbo.Name]] | ||
| + | | Type | ||
| + | | Data Type | ||
|} | |} | ||
Revision as of 23:58, 26 November 2009
wikibot
| Table | Production.ScrapReason |
| Column | Data Type | Nullable | Default | PK | Index |
| ScrapReasonID | smallint | not null | PK_ScrapReason_ScrapReasonID | ||
| Name | dbo.Name | not null | AK_ScrapReason_Name | ||
| ModifiedDate | datetime | not null | (getdate()) |
| Detail Table | Column | Referencing Column |
| Production.WorkOrder | ScrapReasonID | ScrapReasonID |
wikivalues
| Table Values | Production.ScrapReason |
| ScrapReasonID | Name |
| 1 | Brake assembly not as ordered |
| 2 | Color incorrect |
| 4 | Drill pattern incorrect |
| 5 | Drill size too large |
| 6 | Drill size too small |
| 3 | Gouge in metal |
| 7 | Handling damage |
| 8 | Paint process failed |
| 9 | Primer process failed |
| 10 | Seat assembly not as ordered |
| 11 | Stress test failed |
| 12 | Thermoform temperature too high |
| 13 | Thermoform temperature too low |
| 14 | Trim length too long |
| 15 | Trim length too short |
| 16 | Wheel misaligned |
automatically generated
| Table | Production.ScrapReason |
| Description | Manufacturing failure reasons lookup table. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| ScrapReasonID | smallint | not null | Primary key for ScrapReason records.PK_ScrapReason_ScrapReasonID | |
| Name | Name | not null | Failure description.AK_ScrapReason_Name | |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
| Detail Table | Column | Referencing Column |
| Production.WorkOrder | ScrapReasonID | ScrapReasonID |
| Referenced Object | Object Type | Dependency Type |
| dbo.Name | Type | Data Type |