The docs talk about a type called JSONB, I see it in the codebase, and I'm using Postgres. But when I use the type for a field: ``` javascript field: Sequelize.JSONB ``` I get ``` bash Unhandled rejection SequelizeDatabaseError: type "jsonb" does not exist ```