search

Home  >  Q&A  >  body text

In the phpadmin database, can I set variables that automatically change time? There is no need to receive time data, it changes automatically.

QQ图片20211011232938.png

@无痕@无痕1246 days ago862

reply all(3)I'll reply

  • autoload

    autoload2021-10-12 09:21:52

    Generally used is

    CURRENT_TIMESTAMP, #Creation time

    CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, #Update time

    reply
    0
  • Cancelreply