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用来创建一个MySQL作为数据库的 API。我JSONField在我的代码中使用,我的本地 MySQL 版本是 v5.7,所以支持 JSON 字段。但是Azure 的MySQL 版本是v5.5,不支持 JSON 字段。
Django
MySQL
JSONField
有没有办法在 Azure 上升级 MySQL?