Open
Description
Bug report
Describe the bug
I have tried lot of things, but I cannot find the way so the client inserts many-to-many relationships between tables.
I have all the PK and FK configures, I even recreate the example from the docs with movie and person table, tried querying for the related person first, I don't know, may be I'm missing something or may be this is not supported. I couldn't find any innformation on this topic.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to Supabase and create movie and person tables like the example
- Create the models as the examples
- Create some persons in the supabase web client
- Insert a new Movie referencing an existing person
- The pivot table is empty, no reference is inserted.
Expected behavior
I was expecting the client to insert the reference between the two models.