I need to have one table column that is going to record time and date when row has been inserted, and one when it was updated.
What is a best way to achieve this, and that is compatible with MySQL 5.5, 5.6, 5.7 versions ?
Also, how I can set everything in phpmyadmin ? Do I have to chose date
or date and time
-> timestamp
as a column type ? And then what ?
I couldn't find any tutorial about this.