We have done some research on how AgileApps field types map to their native MySQL data types.
We have found that the Text Area field in AgileApps maps to the MySQL TEXT field. This field holds 65,535 bytes.
I was wondering if there are any field types in AgileApps that supports a larger number of bytes?
MySQL supports MEDIUMTEXT (~16MB) and LONGTEXT (~4GB). Are there any equivalent AgileApps field types?