I have a table like this
CREATE TABLE `test` ( `id` int(11) NOT NULL AUTO_INCREMENT, `json_col` json NOT NULL, PRIMA