so superbase is running postgresql can I use all t...
# help
p
so superbase is running postgresql can I use all the postgresql functions? As I tried this and got this result
s
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.