update mto_post set author_id = floor(10+rand()*10)
update mto_post t
set
t.created = concat('2019-',floor(1+rand()*10),'-',floor(rand()*3), floor(1+rand()*3),' ', floor(10+rand()*10),':',floor(10+rand()*49),':',floor(10+rand()*49));

posted on 2020-04-20 05:41  独醉笑清风  阅读(398)  评论(0编辑  收藏  举报