mysql > create table t ( id integer not null primary key auto_increment, j json); Query OK, 0 rows affected (0.11 sec) mysql> insert into t (j) ...
確定! 回上一頁