dbForge MySQL 2020 Bug - JSON Fields show as VARCHAR
Posted: Fri 17 Apr 2020 18:31
While the debugger can now handle JSON fields, there appears to be an error with the type matching in the debugger. As seen in the screenshot below, it defines a JSON field type as VARCHAR, and JSON is not available as a type. My concern is if the debugger is converting JSON to VARCHAR; if not, it's showing the wrong type. Either way, it's a problem/bug.

