#数据库设置创建时间和更新时间 数据库MysqL版本要求5.7以上
sql;toolbar:false">`create_time` timestamp not null default current_timestamp comment '创建时间',`update_time` timestamp not null default current_timestamp on update current_timestamp comment '更新时间',