Had a ticket in T2 where the customer couldn't save properly the content in a field because it was always being truncated.
the issue is that the columns "field_XX" in the custom databases are being created as 'text', once I changed the column as 'mediumtext' the content saved properly. Not sure if we want to change the default type for the field or not?