使用Mysql的timestame记录数据库表记录的更新时间

alter table users add column updated_at timestamp not null default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP;