0
I have a question regarding the database. I have an X user who will be able to forward a message to N other user. What is the best way of this type of relationship? Should I create a table and insert each User (id) recipient together with the User(id) who sent it?
I guess so, but it’s hard to tell with just that.
– Maniero
In fact at first it will be just that in the same table xD kkk
– xore2008
So there’s no doubt?
– Maniero
@bigown think what he’s trying to explain would be like a communication system in an app, where an administrator triggers a message to all members.
– celsomtrindade