Report Template: Truncation Error with MySQL

report_template.content is defined as BLOB.
In MySQL a BLOB is limited to 64 kb.
Therefore it throws a truncation error for bigger templates (which include high-res images for example).
I altered it manually to MEDIUMBLOB (16 MB) and it works fine, but this might not be the recommended way.
Is there a better approach?

Hi Alex,

Thank you for reporting the problem. We have created an issue: Increase template content column size on MySQL · Issue #196 · cuba-platform/reports · GitHub
We are going to change the column type to MEDIUMBLOB.