| Database Schema Tables / Engage Dimension and Fact Tables | |
Stores a distinct set of activity states.
| Column | Description | Example | 
|---|---|---|
| activity_state_id | bigint The unique id of the activity state.  | 
		3 | 
| activity_state | varchar The event activity state.  | 
		ACTIVE | 
| created_at | datetime The creation date.  | 
		2017-12-06 04:38:19.599000 | 
| updated_at | datetime The last updated date.  | 
		2017-12-06 04:38:19.599000 | 
| source_id | bigint The source identifier of the appliance providing data.  | 
		1 | 
| control_id | bigint The control id, indicating when the record was loaded or updated.  | 
		12639 |