I am making a social app like facebook using Yii Framework and MYSQL. It has a notifications button at the top similar to facebook. When someone posts in a group or someone from your friendlist is going to any event or if someone send you an add request then how should I manage these notifications in database ?
Like : I joined a group "A". Someone from "A" group will post in the group then a notification should sent to each user added in the group. How could I manage notification table in this case. I supposed to have a table structure as given below:
user_id | Type_of_notification | notication_text | sender_id | Created_time |

