To define a column whose data type is JSON, you use the following syntax: CREATE TABLE table_name ( ... json_column_name JSON, ... );.
確定! 回上一頁