doc().remove()删除一条记录
where().remove()删除多表记录
但是删除所有记录怎么写?本以为很容易实现的功能卡在这好长时间了
.where({ all:null, //写一个每条记录都不存在的字段,匹配值null }).remove()