I have configured OrgModeler (Staged Oracle version 2.9.44.1) and noticed that when I add more than about 12 fields to my Edit form then I get an error.
Tracing the error, then it is when inserting data to the Changes table (CG_xx where xx is the scenario id). The error is because the XML attempting to be inserted to REQUESTXML field is >4000 characters. The REQUESTXML field is varchar2(4000).
Can I safely change the configuration to allow for a greater data column size? What is the best way to achieve this? Amend "Tables.xml"? If so, what is new datatype I should use? Long?