mysql添加默认时间 create table a( id int primary key auto_increment, time timestamp default CURRENT_TIMESTAMP ) 这样 插入的数据 都会有一个默认时间戳