Database Schema Tables / Engage Dimension and Fact Tables |
Stores a distinct set of application versions.
Column | Description | Example |
---|---|---|
application_version_id | bigint The unique id of the application version. |
2 |
source_id | bigint The source id of the appliance providing the data. |
1 |
application_version | varchar The application version. |
4.4.6-1 |
created_at | datetime The creation date. |
2017-12-06 04:32:58.457000 |
updated_at | datetime The last updated date. |
2017-12-06 04:32:58.457000 |
source_id | bigint The source id of the appliance providing data. |
12637 |
control_id | bigint The control id, indicating when the record was loaded or updated. |