MySQL data ttype for serialized data

Software: Appian 16.3, on-cloud, MySQL.
Use Case: Store the incoming requests (JSON) of a POST webAPI (asynchronous) in MySQL table' column, which can then be processed later (for example - store the requests in table in business hours and process them out side of business hours, to reduce the load on server at business hours). I am using externalize() and internalize() functions.
Query: What column type should be used to store serialized data in a MySQL db? And what data type should be used in Appian ? I assume, we can use varbinary, blob, text or JSON in MySQL and Text in Appian ? But from Appian's perspective what is considered the best and why ?

OriginalPostID-262593

  Discussion posts and replies are publicly visible