Answer the question
In order to leave comments, you need to log in
Is it possible to make json type support under mysql 5.5?
There is a server on which Mysql 5.5 is installed and there is no way to upgrade now, when expanding the database
CREATE TABLE `example` (
<...>
`test` json NULL,
<...>
Throws an error, as I understand, this type is still missing in 5.5, is it possible to make a quick hotfix?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question