In any order (order_id = 1) there are can be many members. i.e. field members_ids = 1;2;3 (for example)
And i have table Members and 2 some classic Details tables for it.
How can i add Orders table as detail table №3 for Memebers and show the same record with (order_id = 1) for diffrent members with id=1, id=2 and id=3? This like "many to one" linking...