Is there any way to add values to an text array column with UPDATE?

Hello there, I have found this issue on this question https://github.com/supabase/supabase/discussions/1570 in 2021.
Wondering now with supabase-v2, is there a way to add values to an array column directly? Ideally I don't wanna work with rpc.
GitHub
I want to add a value to an array column using update. [31] [31,32]
Was this page helpful?