Reputation: 183
We are thinking move from PostgreSql to Google BigQuery. PostGresql support Jsonb as a data type. Can someone tell me does BigQuery also support that type?
Upvotes: 1
Views: 1411
Reputation: 33735
You can read about supported data types in the documentation. There is no jsonb
type, but you may be interested in the related feature request for a JSON type, which has some workarounds.
Upvotes: 4