for prisma (postgres) json array, do i have to upd...
# orm-help
a
for prisma (postgres) json array, do i have to update with the full array or is there a way to "push" to the existing value
1
n
Hey Adam 👋 You can use the push method to push individual elements to array, you won't need to update the full array.