Friday, June 1, 2012

MySQL Timestamp

The "timestamp" field in MySQL is an auto-updating field that is updated everytime the row is updated. There can only be one such column per table. If you need a field that has data and time, use "datetime".

No comments:

Post a Comment