我正在寻找一种方法,当插入mysql使用now()来修改日期时间。
如
update
用户set
过期= NOW()+5days where...
update users set expires= NOW() + interval 5 day where ...;