later versions of mysql support the native json data type for storing json documents. What is a drawback of json columns?
inefficient for storing json documents
cannot be indexed directly
cannot be normalized
documents cannot be validated when stored in json columns