Hello,
We have an application which has many fields added for one of the Domain Model entities.
When trying to commit this entity for saving the values into the DB, it throws an error , the values are not added into the DB and the app is crashing. The error we get is : Cannot create a row of size 8156 which is greater than the allowable maximum row size of 8060.
If I remove some of the data from the input fields from the interface, then I can commit/save the new row into the DB.
Is this a known issue on Mendix Modeler version 5.19 which we are using? Is there a solution for fixing this issues?
Thank you