cordoprod Posted July 20, 2008 Share Posted July 20, 2008 Hello.. i am going to create an action log for my community system.. but how should i set up the db? e.g like this? user | action user: cordoprod | action: Became friends with user2. Or should i do something else? E.g if the user adds a video.. it will be posted to the table. Link to comment https://forums.phpfreaks.com/topic/115688-action-log/ Share on other sites More sharing options...
MasterACE14 Posted July 20, 2008 Share Posted July 20, 2008 table with: id , unique, autoincrement , int --- userid , unique , int --- action , varchar or text Regards ACE Link to comment https://forums.phpfreaks.com/topic/115688-action-log/#findComment-594764 Share on other sites More sharing options...
cordoprod Posted July 20, 2008 Author Share Posted July 20, 2008 table with: id , unique, autoincrement , int --- userid , unique , int --- action , varchar or text Regards ACE Yeah yeah i know how to set up the table. But in which way? Should i just write the whole action in a col or should i do something else? Link to comment https://forums.phpfreaks.com/topic/115688-action-log/#findComment-594766 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.