Stores the states that a massive event can have
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Unique identifier of the event status |
| name* | VARCHAR (50) | Event Status Name |
| row_date* | DATETIME | Event Status Log Date |
Primary Key
| PK_AMDM_EVENT_STATUS |
|---|
| id |
Stores the states that a massive event can have
| Field | Type | Description |
|---|---|---|
| id* | INT | Unique identifier of the event status |
| name* | VARCHAR (50) | Event Status Name |
| row_date* | DATETIME | Event Status Log Date |
| PK_AMDM_EVENT_STATUS |
|---|
| id |