I have a table:
CREATE TABLE skill ( user_id integer NOT NULL, data jsonb );
And gin index on jsonb column:
CREATE IND