How to add JSONB columns for PostgreSQL?

Hello,

I am having trouble finding the syntax to create PostgreSQL JSONB columns in a new table. Is this supported? If not, how can I get this to work? Just run a raw SQL query?

Thanks

Just use jsonb as the type: