i'm creating a web application for my client and the concept of this application is two user register in system and they can have deal with each other, for example i register in system, then you register then we can have dealing with each other and transfer money, but i'm wondering what is the right Relationship for this application? every user can have multiple dealing and every dealing has two user, so in here every row of database is a deal that connect to two user.
this is a one to many (one: deal, many: user) or Many to Many Relationship?