I'm using Django
to create an API with MySQL
as the database. I'm using JSONField
in my code and my local MySQL version is v5.7 so JSON field is supported. But Azure's MySQL version is v5.5 and JSON field is not supported.
Is there a way to upgrade MySQL on Azure?