ALTER TABLE people ADD COLUMN (tags json);. Once the column is there, you can insert a JSON string as the value of the field and it will be ...
確定! 回上一頁