建立JSON mysql> CREATE TABLE test ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `key` JSON, `value` JSON, PRIMARY KEY (`id`) );. 插入JSON (1)
確定! 回上一頁