Home:ALL Converter>What is the most efficient way to store the time of data entry in a table?

What is the most efficient way to store the time of data entry in a table?

Ask Time:2017-05-22T11:29:04         Author:dullboy

Json Formatter

In MySQL, I like to keep track of the time when a record is entered into the table. What is the most efficient way to achieve that? From coding wise, I expect there is minimum code changes. In terms of space, I expect the smallest space in database taken by implementing such a mechanism. Thanks in advance.

Author:dullboy,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/44104216/what-is-the-most-efficient-way-to-store-the-time-of-data-entry-in-a-table
yy