I have a table in a postgres DB that looks like the following:
CREATE TABLE docs { id SERIAL PRIMARY KEY, doc JSONB };
The JSON documents