You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only support the Postgres json type, not the jsonb type. The jsonb type is much more common in practice in Postgres though, so we should support it. Related to #513.
The text was updated successfully, but these errors were encountered:
Description
We currently only support the Postgres
json
type, not thejsonb
type. Thejsonb
type is much more common in practice in Postgres though, so we should support it. Related to #513.The text was updated successfully, but these errors were encountered: