I created a table images with the following query
CREATE TABLE images (id SERIAL PRIMARY KEY, images jsonb);
I added images using node-postgres (