Here's an example of creating a cards table that stores its data in a JSONB column called “data.” CREATE TABLE cards ( id integer NOT NULL, ...
確定! 回上一頁