Jaynesh Posted July 12, 2011 Share Posted July 12, 2011 Hello I have a table posts(user_id, post_id, post) I want to add a time stamp to each post. Is it ideal to store timestamps in a separate table or in the same table? Quote Link to comment https://forums.phpfreaks.com/topic/241798-timestamp-table/ Share on other sites More sharing options...
AyKay47 Posted July 12, 2011 Share Posted July 12, 2011 same table for optimization, refer to here gives information on timestamp and datetime formats Quote Link to comment https://forums.phpfreaks.com/topic/241798-timestamp-table/#findComment-1241809 Share on other sites More sharing options...
fenway Posted July 14, 2011 Share Posted July 14, 2011 Same table. Quote Link to comment https://forums.phpfreaks.com/topic/241798-timestamp-table/#findComment-1242504 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.