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
I guess that would be pretty trivial thing to do. As jsonb should be castable to PGObject so it should be just making copy of your existing json - type code and replacing "json" string with "jsonb".
The text was updated successfully, but these errors were encountered:
I guess that would be pretty trivial thing to do. As jsonb should be castable to PGObject so it should be just making copy of your existing json - type code and replacing "json" string with "jsonb".
The text was updated successfully, but these errors were encountered: