MySQL表中增加自动记录最后更新时间的字段 作者: zhaoxugeng 时间: 2021-08-25 分类: MySql ALTER TABLE `table_name` ADD `uptime` timestamp on update current_timestamp;