It contains the information of the behaviors of a state. This table is for internal use only
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Unique identifier of the behavior |
| is_final | BIT | Indicates whether the behavior is for an end state |
| item_type_id* | INT | Behavior-related entity type, reference table ASMS_TYPES.id |
| name | NVARCHAR (36) | Descriptive name of the behavior |
Primary Key
| PK_ASMS_STATUS_STAGE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| item_type_id* | dbo.ASMS_TYPES | id | FK01_ASMS_STATUS_STAGE |