Change Log: 2026-09-08
Data Dictionary Changelog
Date Range: 2026-08-27 → 2026-09-08
Added Info:
| form_submission_id | char(24) | NO | FOREIGN KEY, PRIMARY KEY | forms_submission(id) | |
| data | longtext | NO | | | |
| name | varchar(50) | NO | UNIQUE | | |
| order | smallint unsigned | YES | | | |
| data | longtext | NO | | | |
| rule_id | int unsigned | NO | FOREIGN KEY, UNIQUE | rules_rule(id) | |
| name | varchar(50) | NO | UNIQUE | | |
| created_event_id | int unsigned | YES | FOREIGN KEY | events_event(id) | |
| created_rule_id | int unsigned | YES | FOREIGN KEY | rules_rule(id) | |
| fulfill_submission_id | char(24) | YES | FOREIGN KEY | forms_submission(id) | |
| source_submission_id | char(24) | YES | FOREIGN KEY | forms_submission(id) | |
temperature_profiles_temperatureconditionfollowups
temperature_profiles_temperatureconditionfollowupsTable that lists temperature conditions follow up actions.
| Column | Type | Nullable | Constraint | References | Comment |
|---|---|---|---|---|---|
date_created | datetime | NO | |||
date_modified | datetime | NO | |||
id | int | NO | PRIMARY KEY | ||
is_required | tinyint(1) | NO | |||
temperature_condition_id | int | NO | FOREIGN KEY | temperature_profiles_temperaturecondition(id) |
temperature_profiles_temperatureconditionfollowups_translation
temperature_profiles_temperatureconditionfollowups_translation| Column | Type | Nullable | Constraint | References | Comment |
|---|---|---|---|---|---|
id | int | NO | PRIMARY KEY | ||
language_code | varchar(15) | NO | UNIQUE | ||
master_id | int | YES | FOREIGN KEY, UNIQUE | temperature_profiles_temperatureconditionfollowups(id) | |
title | varchar(500) | NO | |||
name | varchar(50) | NO | UNIQUE |
Removed Info:
| form_submission_id | char(24) | NO | FOREIGN KEY, PRIMARY KEY | forms_submission(id) | This is the Object id of the submission |
| data | longtext | NO | | | JSON representation of the data for this action. This is for quick retrieving of the information. The information here can or cannot be represented in additional tables, ie. events_action_notify_user. |
| name | varchar(50) | NO | | | |
| order | smallint unsigned | YES | | | Should only been NULL when updating for a rule. |
| data | longtext | NO | | | JSON representation of the data in this table. That is ONLY the columns in this table. This is for quick retrieving of the information. |
| rule_id | int unsigned | NO | FOREIGN KEY, UNIQUE | rules_rule(id) | This is denormalized, but will allow quicker way to get what rules use what saved searches. |
| name | varchar(50) | YES | UNIQUE | | |
| created_event_id | int unsigned | YES | FOREIGN KEY | events_event(id) | The event that created this task, if any |
| created_rule_id | int unsigned | YES | FOREIGN KEY | rules_rule(id) | The rule that created this task, if any |
| fulfill_submission_id | varchar(24) | YES | FOREIGN KEY | forms_submission(id) | |
| source_submission_id | varchar(24) | YES | FOREIGN KEY | forms_submission(id) | |
temperature_profiles_temperatureconditionfollowups ❌ Not Found
Error: Table details missing in mongo_table_details/mongo_column_details.
temperature_profiles_temperatureconditionfollowups_translation ❌ Not Found
Error: Table details missing in mongo_table_details/mongo_column_details.
| name | varchar(50) | YES | UNIQUE | | |
Updated about 17 hours ago