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