https://supabase.com/ logo
column have multiple could take multiple image sho...
# help
r
column have multiple could take multiple image should i set define as an array or do a joins table ? if define as a array do we have se send the information like this
Copy code
js
 image_url: [dataKey]
because error say "details": "Array value must start with \"{\" or dimension information." and i do don't get it
n
Hello @React noob! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
g
What interface are you using for your operations? Here is some general info on SB arrays: https://supabase.com/docs/guides/database/arrays The API can only deal with entire arrays, so you have to read and update the array then send back to the API if you want to add to it. In SQL you have numerous array operations available.
r
Thank you
n
Thread was archived by @React noob. Anyone can send a message to unarchive it.