Hi,
I have a small problem here,
I creating a gallery in next js, and with supabase I will try it out with backend.
In supabase I have a table called, GalleryTable,
and in storage i have a bucket called gallery.
In my bucket gallery I have folders and inside those folders I have some images.
Could I somehow, when i upload a Image to storage from my website, connect that image and create a new row in the table GalleryTable, with a column called img, connect that image i uploaded to storage to that column img?
My storage looks like
And my table look like