Contains the information of the reasons for a transition between states
Data model
Fields
| Field | Type | Description |
|---|---|---|
| reas_description | NVARCHAR (510) | Friendly, unique name along with the reas_transition_id field |
| reas_id* | INT | Unique Reason Identifier |
Primary Key
| PK_ASMS_STATUS_REASON |
|---|
| reas_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| reas_transition_id | dbo.ASMS_STATUS_TRANSITION | sttr_id | FK01_ASMS_STATUS_REASON |