MySQL offers a JSON data type so if you can use that it is what I would recommend. If not, storing it as a varchar and then JSON.parse on the ...
確定! 回上一頁