Extend the length of field "Utterance" in table: "open_nlu_predict_log"Issue Is it okay to extend the length of field "Utterance" in table: "open_nlu_predict_log" from 40 to 100? In the open_nlu_predict_log table, the utterance column has a limit of 40 characters but one may type in longer utterances in the Virtual agentResolutionIt is safe to increase the length of "Utterance" field to 100 via configure table in open_nlu_predict_log. However, a few things to keep in mind:1. The utterance length of 100 will apply only to the logs created after the change is applied.2. Once the length is increased, decreasing again is not recommended as the earlier logs will become incompatible.