update a nested jsonb field
I have a table with a jsonb column that is something like this:
I want to update
In SQL, would be something like:
Looked around on GitHub issues, Discord, and the docs and can't find a way to do this the Drizzle way.
I want to update
columnName.foo.bar and not mutate anything else, how would I do this?In SQL, would be something like:
Looked around on GitHub issues, Discord, and the docs and can't find a way to do this the Drizzle way.