drop table if exists mytable; create table mytable ( id serial primary key, meta json ); insert into mytable set meta = '...your example ...
確定! 回上一頁