Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DjangoデータベースとしてAPIを作成するために使用してMySQLいます。コードで使用JSONFieldしており、ローカルの MySQL バージョンは v5.7 であるため、JSON フィールドがサポートされています。ただし、Azure のMySQL バージョンはv5.5で、JSON フィールドはサポートされていません。
Django
MySQL
JSONField
Azure で MySQL をアップグレードする方法はありますか?