nickwood Posted November 14, 2006 Share Posted November 14, 2006 Hi AllIs there some way to retrieve the datatime for the creation or updating of any record within a mysql database without haveing to create your own column? Is this information stored by the engine and if so, how can it be retrieved.I am creating a custom partial sync system and need the information for this reasonRegardsNick Quote Link to comment https://forums.phpfreaks.com/topic/27281-when-was-a-record-created/ Share on other sites More sharing options...
fenway Posted November 15, 2006 Share Posted November 15, 2006 There is no metadata stored about each record... you should have a column for this purpose (usually created & modified, actually). Quote Link to comment https://forums.phpfreaks.com/topic/27281-when-was-a-record-created/#findComment-125116 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.