There are two data types in PostgreSQL for JSON: JSON and JSONB. JSON is the “regular” JSON data type and was added in PostgreSQL 9.2. JSONB ...
確定! 回上一頁