| Database Schema Tables / Engage Dimension and Fact Tables | |
Stores a distinct set of care teams.
| Column | Description | Example | 
|---|---|---|
| care_team_id | bigint The unique care team id.  | 
		2 | 
| care_team_name | varchar The hash key of the care team member list.  | 
		|
| created_at | datetime The creation date.  | 
		2017-12-06 04:38:42.643000 | 
| updated_at | datetime The last updated date.  | 
		2017-12-06 04:38:42.643000 | 
| source_id | int The source id of the appliance providing the data.  | 
		1 | 
| control_id | bigint The control id, indicating when the record was loaded or updated.  | 
		12639 |