I need to store some events in my Yii project:
- Create a user account on one certain time
- Update personal account
- Add more contact detail
- ....
So, what is data structure I should used with Yii Logging? Please suggest me a data table (SQL) for it. Thank you!