webyog / sqlyog-community

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solutions include SQL Diagnostic Manager for MySQL performance optimization and SQLyog for MySQL administration. More than 35,000 companies (including Amazon, IBM, Salesforce, AT&T, eBay, and GE) and 2.5 million users rely on Webyog's solutions to provide valuable insights into their databases. Webyog is an Idera, Inc. company.
https://webyog.com/
GNU General Public License v2.0
2.19k stars 322 forks source link

Support for JSON datatype for MariaDB #2297

Open sibwy opened 2 years ago

sibwy commented 2 years ago

MariaDB supports JSON datatype since v10.2.7. Though it implements JSON as a LONGTEXT, the user can define a column as JSON which previously would not allow.

Currently, the CREATE/ALTER table GUI does not provide an option to define 'JSON' as a datatype tab.