#MySQL 5.7.8 支持Json类型

As of MySQL 5.7.8, MySQL supports a native JSON data type that enables efficient access to data in JSON (JavaScript Object Notation) documents. The JSON data type provides these advantages over storing JSON-format strings in a string column:

http://dev.mysql.com/doc/refman/5.7/en/json.html

原文地址:https://www.cnblogs.com/rollenholt/p/4705651.html