You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SQLElixir
Hello,
I am looking to implement a many to many relation in Elixir with
Additional Data.
Eg:
I have a table of Items and a table of Orders, with a Many-to-Many
relation between them. I want to associate a given price to a specific
association between an Item and an Order. How can I define this with
Elixir ? Can you provide me a sample of code doing that with Elixir ?