You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MariaDB is backwards compatible with MySQL except for JSON type. :json is converted to :longtext (string). Plugins exists for support, JSON.parse will also work. Later version could also add support.
The text was updated successfully, but these errors were encountered:
MariaDB is backwards compatible with MySQL except for JSON type.
:json
is converted to:longtext
(string). Plugins exists for support,JSON.parse
will also work. Later version could also add support.The text was updated successfully, but these errors were encountered: