Level 33
Hi @keizah
here MySQL manual says:
To make lookups more efficient, it also sorts the keys of a JSON object. You should be aware that the result of this ordering is subject to change and not guaranteed to be consistent across releases.
Mysql 5.7
I have json column in my model. How I can prevent mysql json field reorder? I want to still have json column type not varchar or something else
Please or to participate in this conversation.