PostgreSQL - JSON and JSONB
You tried to create a GIN index on a JSONB column but got an error:
operator class "jsonb_ops" does not exist for access method "gin". What is the likely cause?