Am using windows 10,
I am running MariaDB 10.1.18 and it says JSON was supported from 10.0.1
but when am trying to do flask db migrations it's throwing error ? json not support.
Am using windows 10,
I am running MariaDB 10.1.18 and it says JSON was supported from 10.0.1
but when am trying to do flask db migrations it's throwing error ? json not support.
MariaDB as of 10.2 does not yet support JSON type, it is still in the works. MariaDB 10.2 supports JSON functions.
There is also other JSON-related functionality, e.g. CONNECT JSON table type, or EXPLAIN / ANALYZE FORMAT=JSON.