Re: [Porting from PostgreSQL](https://cockroachlabs.com/docs//v1.1/porting-postgres.html) ## Issue Description JSON datatype not mentioned ## Suggested Resolution Add section about `JSON` and `JSONB` not being supported. The solution AFAICT is to use `STRING` and `BYTES` instead.