| Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check | 
|---|---|---|---|---|---|---|---|
| ScrapReasonID | smallint identity | smallint | Not null | Primary key for ScrapReason records. | |||
| Name | Name | nvarchar(50) | Not null | Failure description. | |||
| ModifiedDate | datetime | getdate() | Not null | Date and time the record was last updated. | 
The object has no extended properties.
| Primary Key Name | Field Name | 
|---|---|
| PK_ScrapReason_ScrapReasonID | ScrapReasonID | 
| Index Name | Description | Clustered | Unique | Fields | 
|---|---|---|---|---|
| PK_ScrapReason_ScrapReasonID | Clustered index created by a primary key constraint. | Yes | Yes | ScrapReasonID | 
| AK_ScrapReason_Name | Unique nonclustered index. | No | Yes | Name | 
| Name | Description | Type | Enabled | 
|---|---|---|---|
| uScrapReason | AFTER UPDATE trigger setting the ModifiedDate column in the ScrapReason table to the current date. | after Update | Yes | 
| Object Name | Type | Field Name | 
|---|---|---|
| Production.uScrapReason | trigger | N/A |