To create a new table that contains a JSON data column: CREATE TABLE table_name ( ... json_column_name json, ... ); Note that JSON column can't ...
確定! 回上一頁