When is a timestamp (auto) updated?

前端 未结 5 1401
慢半拍i
慢半拍i 2020-11-30 22:56

If I have a column in a table of type TIMESTAMP and has as default: CURRENT_TIMESTAMP does this column get updated to the current timestamp if I update the valu

5条回答
  •  伪装坚强ぢ
    2020-11-30 23:18

    Adding where to find UPDATE CURRENT_TIMESTAMP because for new people this is a confusion.

    Most people will use phpmyadmin or something like it.

    Default value you select CURRENT_TIMESTAMP

    Attributes (a different drop down) you select UPDATE CURRENT_TIMESTAMP

提交回复
热议问题