Any AgileApps Text Fields that holds more than 65,535 bytes?

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?

Hi Howard Dunlavy,

Rich Text Area field in AgileApps supports mediumtext of mysql.

Regards,
Shashank G

1 Like

Thanks very much for the reply Shashank!

This just solved a big problem we just found out we had yesterday. So nice time to find a solution!