I am trying to add a comments section with the use...
# help
c
I am trying to add a comments section with the users who commented and the comment content and relate that data back to the posts table, I'm not entirely sure how to do this in SQL or the Supabase GUI. I need a bit of help with this, I know they are called many to many relationships but I'm not entirely sure how to do this in practice.
n
Hello @Chezaur! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! 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.
b
you can do that with the relation thingy
n
Chezaur (2022-04-14)
b

https://youtu.be/8vqY1KT4TLU?t=4284

It's shown here
c
Thanks but unfortunately when I try and do the foreign key relation it errors. Nevermind, it works.