Datetime and Timestamp in Mysql Database Table

This question already has an answer here:

  • Should I use the datetime or timestamp data type in MySQL? 33 answers

  • Timestamp is used when you need modified date or insert date which automatically inserted by the system at the time of insert or edit record.

    And datetime is use for you have to insert it when you are insert or edit record.

    Choice is you to you What you required.

    Thanks

    链接地址: http://www.djcxy.com/p/25106.html

    上一篇: 日期时间或时间戳?

    下一篇: Mysql数据库表中的Datetime和Timestamp