Here is how you'd go about doing it. ALTER TABLE `user` ADD COLUMN `setting` JSON NOT NULL DEFAULT ( JSON_OBJECT() );. Creating a new table: In case ...
確定! 回上一頁