so superbase is running postgresql can I use all the postgresql functions? As I tried this and got this result
s
silentworks
03/10/2022, 9:15 AM
The error is complaining about mixing types, you are trying to add an integer to a text array. You would need to add a text to the array rather than an integer.