Explain waht you mean with "JSON column"?
XenForo doesn't use native MySQL native JSON column datatype (which AFAIK isn't supported by MariaDB), but you can use a BLOB type fied and define its type as JSON in the entity, the entity manager will present this as an array in PHP and store JSON in the table.