标签: mysql
我有一个用户和大学注册的场景,学生可以关注任何大学。
我需要的是在大学有任何更新时随时向用户提供通知。
我有以下表格
Users id,name Colleges id,name Followers id,user_id,college_id //What i am thinking to make a new table for updates Updates //How to manage this stuff