| Database Schema Tables / Engage Dimension and Fact Tables | |
Stores a distinct set of facilities.
| Column | Description | Example | 
|---|---|---|
| facility_id | bigint The unique facility identifier.  | 
		1 | 
| facility_name | varchar The facility name.  | 
		MYHOSPITAL | 
| created_at | datetime The creation date.  | 
		2017-12-06 04:33:40.193000 | 
| updated_at | datetime The last updated date.  | 
		2017-12-06 04:33:40.193000 | 
| control_id | bigint The control id, indicating when the record was loaded or updated.  | 
		12637 | 
| source_id | bigint The source identifier of the appliance providing data.  | 
		1 |