一、以 Json 存入資料表
json_encode("中文", JSON_UNESCAPED_UNICODE);
二、從資料表撈出
json_decode($json)
json_decode($json, true)