| messages
Chuck... the messages table has a field called userid and a field called product.
Question 1:
Is that "product" really a "product" or is it the id of the sender?
I'm asking because lots of people are wanting to see a list of messages that they have SENT. If that "product" field is actually the senderID, then it will be an easy "enhancement" for me to create.
Question 2:
I see messages in that table to me that I "removed"... am I right in that they are not really "removed" (deleted) but instead, the status just changes from 0 (not read) to a 1 (read) ??
|