Integer array showing up as text?

I'm not sure if this is a bug in the actual database or just in the presentation of it in the Supabase UI. But I created an int8 table column defined as an array, and then used a Ruby script to write an array of integers to it. When I view this data in the Supabase UI, it shows up as an array of strings. Why is this?
image.png
Was this page helpful?