Status level scenarios.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| code | varchar | 20 | false | ||
| enabled | smallint | N/A | false | Whether or not the scenario is enabled. | |
| i18nKey | varchar | 100 | false | The i18n key for the scenario. | |
| points | bigint | N/A | false | Points. | |
| scenarioID | bigint | N/A | false | The ID of the scenario. Primary key. |